Interface EntityReference
- All Superinterfaces:
EntityReference
Deprecated.
The (legacy) EntityReference interface specific to the Hibernate ORM mapper.
-
Method Summary
Methods inherited from interface org.hibernate.search.engine.common.EntityReference
id, type
-
Method Details
-
name
String name()Deprecated.- Specified by:
name
in interfaceEntityReference
- Returns:
- The name of the referenced entity in the Hibernate ORM mapping.
- See Also:
-
EntityReference
instead.