public class

IndexBackref

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

Summary

Public Constructors
IndexBackref()
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 IndexBackref ()

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)