Package org.hibernate.mapping
Class IndexBackref
- java.lang.Object
-
- org.hibernate.mapping.Property
-
- org.hibernate.mapping.IndexBackref
-
- All Implemented Interfaces:
Serializable,MetaAttributable
public class IndexBackref extends Property
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexBackref()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionRole()StringgetEntityName()PropertyAccessStrategygetPropertyAccessStrategy(Class clazz)booleanisBackRef()booleanisBasicPropertyAccessor()booleanisSynthetic()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.voidsetCollectionRole(String collectionRole)voidsetEntityName(String entityName)-
Methods inherited from class org.hibernate.mapping.Property
addCallbackDefinitions, getAccessorPropertyName, getCallbackDefinitions, 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
-
-
-
-
Method Detail
-
isSynthetic
public boolean isSynthetic()
Description copied from class: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.- Overrides:
isSyntheticin classProperty- Returns:
- True if synthetic; false otherwise.
-
getCollectionRole
public String getCollectionRole()
-
setCollectionRole
public void setCollectionRole(String collectionRole)
-
isBasicPropertyAccessor
public boolean isBasicPropertyAccessor()
- Overrides:
isBasicPropertyAccessorin classProperty
-
getPropertyAccessStrategy
public PropertyAccessStrategy getPropertyAccessStrategy(Class clazz) throws MappingException
- Overrides:
getPropertyAccessStrategyin classProperty- Throws:
MappingException
-
getEntityName
public String getEntityName()
-
setEntityName
public void setEntityName(String entityName)
-
-