Class EntityReferenceImpl
java.lang.Object
org.infinispan.search.mapper.common.impl.EntityReferenceImpl
- All Implemented Interfaces:
EntityReference
-
Constructor Summary
ConstructorDescriptionEntityReferenceImpl
(org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) -
Method Summary
-
Constructor Details
-
EntityReferenceImpl
-
-
Method Details
-
withDefaultName
-
type
- Specified by:
type
in interfaceEntityReference
- Returns:
- The type of the referenced entity.
-
name
- Specified by:
name
in interfaceEntityReference
- Returns:
- The name of the referenced entity in the Hibernate Search mapping.
- See Also:
-
key
- Specified by:
key
in interfaceEntityReference
- Returns:
- The key of the referenced entity.
-
equals
-
hashCode
public int hashCode() -
toString
-