org.hibernate.mapping

Class Backref

Implemented Interfaces:
Serializable, MetaAttributable

public class Backref
extends Property

Author:
Gavin King

Method Summary

String
getCollectionRole()
String
getEntityName()
PropertyAccessor
getPropertyAccessor(Class clazz)
boolean
isBackRef()
boolean
isBasicPropertyAccessor()
void
setCollectionRole(String collectionRole)
void
setEntityName(String entityName)

Methods inherited from class org.hibernate.mapping.Property

getAccessorPropertyName, getCascade, getCascadeStyle, getColumnIterator, getColumnSpan, getGeneration, getGetter, getMetaAttribute, getMetaAttributes, getName, getNodeName, getPersistentClass, getPropertyAccessor, getPropertyAccessorName, getSetter, getType, getValue, isBackRef, isBasicPropertyAccessor, isComposite, isInsertable, isLazy, isNaturalIdentifier, isOptimisticLocked, isOptional, isPrimitive, isSelectable, isUpdateable, isValid, setCascade, setGeneration, setInsertable, setLazy, setMetaAttributes, setName, setNaturalIdentifier, setNodeName, setOptimisticLocked, setOptional, setPersistentClass, setPropertyAccessorName, setSelectable, setUpdateable, setValue, toString

Method Details

getCollectionRole

public String getCollectionRole()

getEntityName

public String getEntityName()

getPropertyAccessor

public PropertyAccessor getPropertyAccessor(Class clazz)
Overrides:
getPropertyAccessor in interface Property

isBackRef

public boolean isBackRef()
Overrides:
isBackRef in interface Property

isBasicPropertyAccessor

public boolean isBasicPropertyAccessor()
Overrides:
isBasicPropertyAccessor in interface Property

setCollectionRole

public void setCollectionRole(String collectionRole)

setEntityName

public void setEntityName(String entityName)