Class PojoEntityReference
java.lang.Object
org.hibernate.search.mapper.pojo.common.spi.PojoEntityReference
- All Implemented Interfaces:
EntityReference
A simple, default implementation for
EntityReference for POJO-based mappers.
Should be used instead of custom implementations, whose support is going to be removed in the future.
-
Constructor Summary
ConstructorsConstructorDescriptionPojoEntityReference(PojoRawTypeIdentifier<?> typeIdentifier, String name, Object id) -
Method Summary
-
Constructor Details
-
PojoEntityReference
-
-
Method Details
-
withDefaultName
-
withName
-
type
- Specified by:
typein interfaceEntityReference
-
name
- Specified by:
namein interfaceEntityReference
-
id
- Specified by:
idin interfaceEntityReference
-
equals
-
hashCode
public int hashCode() -
toString
-