站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

IndexBackref (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.mapping
Class IndexBackref

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

public class IndexBackref
extends Property

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
IndexBackref()
           
 
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, getPropertyAccessorName, getSetter, getType, getValue, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexBackref

public IndexBackref()
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

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String entityName)