public class BasicAttribute extends MappedAttribute
| Modifier and Type | Method and Description |
|---|---|
static BasicAttribute |
createSimpleAttribute(String name,
Class<?> attributeType,
Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
String accessType,
EntityBindingContext context) |
String |
getCheckCondition() |
String |
getCustomReadFragment() |
String |
getCustomWriteFragment() |
AttributeTypeResolver |
getHibernateTypeResolver() |
IdGenerator |
getIdGenerator() |
PropertyGeneration |
getPropertyGeneration() |
boolean |
isInsertable() |
boolean |
isLazy() |
boolean |
isOptional() |
boolean |
isUpdatable() |
boolean |
isVersioned() |
String |
toString() |
annotations, compareTo, getAccessType, getAttributeType, getColumnValues, getContext, getName, isId, isOptimisticLockablepublic static BasicAttribute createSimpleAttribute(String name, Class<?> attributeType, Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations, String accessType, EntityBindingContext context)
public boolean isVersioned()
public boolean isLazy()
isLazy in class MappedAttributepublic boolean isOptional()
isOptional in class MappedAttributepublic boolean isInsertable()
isInsertable in class MappedAttributepublic boolean isUpdatable()
isUpdatable in class MappedAttributepublic PropertyGeneration getPropertyGeneration()
getPropertyGeneration in class MappedAttributepublic String getCustomWriteFragment()
public String getCustomReadFragment()
public String getCheckCondition()
public IdGenerator getIdGenerator()
public String toString()
toString in class MappedAttributepublic AttributeTypeResolver getHibernateTypeResolver()
getHibernateTypeResolver in class MappedAttributeCopyright © 2012 JBoss by Red Hat. All Rights Reserved.