org.hibernate.mapping
Class IndexBackref
java.lang.Object
   org.hibernate.mapping.Property
org.hibernate.mapping.Property
       org.hibernate.mapping.IndexBackref
org.hibernate.mapping.IndexBackref
- All Implemented Interfaces: 
- Serializable, MetaAttributable
- public class IndexBackref 
- extends Property
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
| 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 | 
 
 
IndexBackref
public IndexBackref()
isBackRef
public boolean isBackRef()
- 
- Overrides:
- isBackRefin class- Property
 
- 
 
isSynthetic
public boolean isSynthetic()
- 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.
 
- 
- Overrides:
- isSyntheticin class- Property
 
- 
- Returns:
- True if synthetic; false otherwise.
 
getCollectionRole
public String getCollectionRole()
- 
 
setCollectionRole
public void setCollectionRole(String collectionRole)
- 
 
isBasicPropertyAccessor
public boolean isBasicPropertyAccessor()
- 
- Overrides:
- isBasicPropertyAccessorin class- Property
 
- 
 
getPropertyAccessor
public PropertyAccessor getPropertyAccessor(Class clazz)
- 
- Overrides:
- getPropertyAccessorin class- Property
 
- 
 
getEntityName
public String getEntityName()
- 
 
setEntityName
public void setEntityName(String entityName)
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.