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, isOptimisticLockable
public 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 MappedAttribute
public boolean isOptional()
isOptional
in class MappedAttribute
public boolean isInsertable()
isInsertable
in class MappedAttribute
public boolean isUpdatable()
isUpdatable
in class MappedAttribute
public PropertyGeneration getPropertyGeneration()
getPropertyGeneration
in class MappedAttribute
public String getCustomWriteFragment()
public String getCustomReadFragment()
public String getCheckCondition()
public IdGenerator getIdGenerator()
public String toString()
toString
in class MappedAttribute
public AttributeTypeResolver getHibernateTypeResolver()
getHibernateTypeResolver
in class MappedAttribute
Copyright © 2018 JBoss by Red Hat. All rights reserved.