public class Any extends SimpleValue
DEFAULT_ID_GEN_STRATEGY| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(ValueVisitor visitor) |
java.lang.String |
getIdentifierType() |
java.lang.String |
getMetaType() |
java.util.Map |
getMetaValues() |
Type |
getType() |
void |
setIdentifierType(java.lang.String identifierType) |
void |
setMetaType(java.lang.String type) |
void |
setMetaValues(java.util.Map metaValues) |
void |
setTypeByReflection(java.lang.String propertyClass,
java.lang.String propertyName) |
void |
setTypeUsingReflection(java.lang.String className,
java.lang.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 java.lang.String getIdentifierType()
public void setIdentifierType(java.lang.String identifierType)
public Type getType() throws MappingException
getType in interface ValuegetType in class SimpleValueMappingExceptionpublic void setTypeByReflection(java.lang.String propertyClass,
java.lang.String propertyName)
public java.lang.String getMetaType()
public void setMetaType(java.lang.String type)
public java.util.Map getMetaValues()
public void setMetaValues(java.util.Map metaValues)
public void setTypeUsingReflection(java.lang.String className,
java.lang.String propertyName)
throws MappingException
setTypeUsingReflection in interface ValuesetTypeUsingReflection in class SimpleValueMappingExceptionpublic java.lang.Object accept(ValueVisitor visitor)
accept in interface Valueaccept in class SimpleValueCopyright © 2013. All Rights Reserved.