Interface EntityReference

All Superinterfaces:
EntityReference

@Deprecated public interface EntityReference extends EntityReference
Deprecated.
Use EntityReference instead.
The (legacy) EntityReference interface specific to the Hibernate ORM mapper.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from interface org.hibernate.search.engine.common.EntityReference

    id, type
  • Method Details

    • name

      String name()
      Deprecated.
      Specified by:
      name in interface EntityReference
      Returns:
      The name of the referenced entity in the Hibernate ORM mapping.
      See Also:
      • Entity.name()