public class Any extends SimpleValue
DEFAULT_ID_GEN_STRATEGY| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ValueVisitor visitor) |
String |
getIdentifierType() |
String |
getMetaType() |
Map |
getMetaValues() |
Type |
getType() |
void |
setIdentifierType(String identifierType) |
void |
setMetaType(String type) |
void |
setMetaValues(Map metaValues) |
void |
setTypeByReflection(String propertyClass,
String propertyName) |
void |
setTypeUsingReflection(String className,
String propertyName) |
addColumn, addFormula, createForeignKey, createForeignKeyOfEntity, createIdentifierGenerator, getColumnInsertability, getColumnIterator, getColumnSpan, getColumnUpdateability, getConstraintColumns, getFetchMode, getForeignKeyName, getIdentifierGeneratorProperties, getIdentifierGeneratorStrategy, getMappings, getNullValue, getTable, getTypeName, getTypeParameters, hasFormula, isAlternateUniqueKey, isCascadeDeleteEnabled, isIdentityColumn, isNullable, isSimpleValue, isTypeSpecified, isUpdateable, isValid, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setNullValue, setTable, setTypeName, setTypeParameters, toStringpublic String getIdentifierType()
public void setIdentifierType(String identifierType)
public Type getType() throws MappingException
getType in interface ValuegetType in class SimpleValueMappingExceptionpublic String getMetaType()
public void setMetaType(String type)
public Map getMetaValues()
public void setMetaValues(Map metaValues)
public void setTypeUsingReflection(String className, String propertyName) throws MappingException
setTypeUsingReflection in interface ValuesetTypeUsingReflection in class SimpleValueMappingExceptionpublic Object accept(ValueVisitor visitor)
accept in interface Valueaccept in class SimpleValueCopyright © 2018 JBoss by Red Hat. All rights reserved.