类 Backref
- java.lang.Object
-
- org.hibernate.mapping.Property
-
- org.hibernate.mapping.Backref
-
- 所有已实现的接口:
Serializable,MetaAttributable
public class Backref extends Property
- 作者:
- Gavin King
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 Backref()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCollectionRole()StringgetEntityName()PropertyAccessStrategygetPropertyAccessStrategy(Class clazz)booleanisBackRef()booleanisBasicPropertyAccessor()booleanisSynthetic()Does this property represent a synthetic property?voidsetCollectionRole(String collectionRole)voidsetEntityName(String entityName)-
从类继承的方法 org.hibernate.mapping.Property
getAccessorPropertyName, getCascade, getCascadeStyle, getColumnIterator, getColumnSpan, getGetter, getLazyGroup, getMetaAttribute, getMetaAttributes, getName, getPersistentClass, getPropertyAccessorName, getSetter, getType, getValue, getValueGenerationStrategy, isComposite, isInsertable, isLazy, isLob, isNaturalIdentifier, isOptimisticLocked, isOptional, isPrimitive, isSelectable, isUpdateable, isValid, resolveServiceRegistry, setCascade, setInsertable, setLazy, setLazyGroup, setLob, setMetaAttributes, setName, setNaturalIdentifier, setOptimisticLocked, setOptional, setPersistentClass, setPropertyAccessorName, setSelectable, setUpdateable, setValue, setValueGenerationStrategy, toString
-
-
-
-
方法详细资料
-
isSynthetic
public boolean isSynthetic()
从类复制的说明:PropertyDoes 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.- 覆盖:
isSynthetic在类中Property- 返回:
- True if synthetic; false otherwise.
-
getCollectionRole
public String getCollectionRole()
-
setCollectionRole
public void setCollectionRole(String collectionRole)
-
isBasicPropertyAccessor
public boolean isBasicPropertyAccessor()
- 覆盖:
isBasicPropertyAccessor在类中Property
-
getPropertyAccessStrategy
public PropertyAccessStrategy getPropertyAccessStrategy(Class clazz) throws MappingException
- 覆盖:
getPropertyAccessStrategy在类中Property- 抛出:
MappingException
-
getEntityName
public String getEntityName()
-
setEntityName
public void setEntityName(String entityName)
-
-