public class Backref extends Property
| Constructor and Description |
|---|
Backref() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionRole() |
String |
getEntityName() |
PropertyAccessor |
getPropertyAccessor(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, getGeneration, getGetter, getMetaAttribute, getMetaAttributes, getName, getNodeName, getPersistentClass, getPropertyAccessorName, getSetter, getType, getValue, isComposite, isInsertable, isLazy, isLob, isNaturalIdentifier, isOptimisticLocked, isOptional, isPrimitive, isSelectable, isUpdateable, isValid, setCascade, setGeneration, setInsertable, setLazy, setLob, setMetaAttributes, setName, setNaturalIdentifier, setNodeName, setOptimisticLocked, setOptional, setPersistentClass, setPropertyAccessorName, setSelectable, setUpdateable, setValue, toStringpublic boolean isSynthetic()
isSynthetic in class Propertypublic String getCollectionRole()
public void setCollectionRole(String collectionRole)
public boolean isBasicPropertyAccessor()
isBasicPropertyAccessor in class Propertypublic PropertyAccessor getPropertyAccessor(Class clazz)
getPropertyAccessor in class Propertypublic String getEntityName()
public void setEntityName(String entityName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.