public class IndexBackref extends Property
Constructor and Description |
---|
IndexBackref() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionRole() |
String |
getEntityName() |
PropertyAccessStrategy |
getPropertyAccessStrategy(Class clazz) |
boolean |
isBackRef() |
boolean |
isBasicPropertyAccessor() |
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.
|
void |
setCollectionRole(String collectionRole) |
void |
setEntityName(String entityName) |
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
public boolean isSynthetic()
Property
isSynthetic
in class Property
public String getCollectionRole()
public void setCollectionRole(String collectionRole)
public boolean isBasicPropertyAccessor()
isBasicPropertyAccessor
in class Property
public PropertyAccessStrategy getPropertyAccessStrategy(Class clazz) throws MappingException
getPropertyAccessStrategy
in class Property
MappingException
public String getEntityName()
public void setEntityName(String entityName)
Copyright © 2017 JBoss by Red Hat. All rights reserved.