Class Backref

java.lang.Object
org.hibernate.mapping.Property
org.hibernate.mapping.Backref
All Implemented Interfaces:
Serializable, MetaAttributable

public class Backref extends Property
See Also:
  • Constructor Details

    • Backref

      public Backref()
  • Method Details

    • isBackRef

      public boolean isBackRef()
      Overrides:
      isBackRef in class Property
    • isSynthetic

      public boolean isSynthetic()
      Description copied from class: Property
      Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
      Overrides:
      isSynthetic in class Property
      Returns:
      True if synthetic; false otherwise.
    • getCollectionRole

      public String getCollectionRole()
    • setCollectionRole

      public void setCollectionRole(String collectionRole)
    • isBasicPropertyAccessor

      public boolean isBasicPropertyAccessor()
      Overrides:
      isBasicPropertyAccessor in class Property
    • getPropertyAccessStrategy

      public PropertyAccessStrategy getPropertyAccessStrategy(Class clazz) throws MappingException
      Overrides:
      getPropertyAccessStrategy in class Property
      Throws:
      MappingException
    • getEntityName

      public String getEntityName()
    • setEntityName

      public void setEntityName(String entityName)