public class

Backref

extends Property
java.lang.Object
   ↳ org.hibernate.mapping.Property
     ↳ org.hibernate.mapping.Backref

Summary

Public Constructors
Backref()
Public Methods
String getCollectionRole()
String getEntityName()
PropertyAccessor getPropertyAccessor(Class clazz)
boolean isBackRef()
boolean isBasicPropertyAccessor()
boolean isSynthetic()
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.
void setCollectionRole(String collectionRole)
void setEntityName(String entityName)
[Expand]
Inherited Methods
From class org.hibernate.mapping.Property
From class java.lang.Object
From interface org.hibernate.mapping.MetaAttributable

Public Constructors

public Backref ()

Public Methods

public String getCollectionRole ()

public String getEntityName ()

public PropertyAccessor getPropertyAccessor (Class clazz)

public boolean isBackRef ()

public boolean isBasicPropertyAccessor ()

public boolean isSynthetic ()

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.

Returns
  • True if synthetic; false otherwise.

public void setCollectionRole (String collectionRole)

public void setEntityName (String entityName)