org.hibernate.mapping
Class Backref

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

public class Backref
extends Property

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
Backref()
           
 
Method Summary
 String getCollectionRole()
           
 PropertyAccessor getPropertyAccessor(Class clazz)
           
 boolean isBackRef()
           
 boolean isBasicPropertyAccessor()
           
 void setCollectionRole(String collectionRole)
           
 
Methods inherited from class org.hibernate.mapping.Property
getAccessorPropertyName, getCascade, getCascadeStyle, getColumnIterator, getColumnSpan, getGetter, getMetaAttribute, getMetaAttributes, getName, getNodeName, getPersistentClass, getPropertyAccessorName, getSetter, getType, getValue, isComposite, isInsertable, isLazy, isOptimisticLocked, isOptional, isPrimitive, isSelectable, isUpdateable, isValid, setCascade, setInsertable, setLazy, setMetaAttributes, setName, setNodeName, setOptimisticLocked, setOptional, setPersistentClass, setPropertyAccessorName, setSelectable, setUpdateable, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Backref

public Backref()
Method Detail

isBackRef

public boolean isBackRef()
Overrides:
isBackRef in class Property

getCollectionRole

public String getCollectionRole()

setCollectionRole

public void setCollectionRole(String collectionRole)

isBasicPropertyAccessor

public boolean isBasicPropertyAccessor()
Overrides:
isBasicPropertyAccessor in class Property

getPropertyAccessor

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