public class Any extends SimpleValue
DEFAULT_ID_GEN_STRATEGY
Constructor and Description |
---|
Any(MetadataImplementor metadata,
Table table) |
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, addColumn, addFormula, copyTypeFrom, createForeignKey, createForeignKeyOfEntity, createIdentifierGenerator, getColumnInsertability, getColumnIterator, getColumnSpan, getColumnUpdateability, getConstraintColumns, getFetchMode, getForeignKeyDefinition, getForeignKeyName, getIdentifierGeneratorProperties, getIdentifierGeneratorStrategy, getMetadata, getNullValue, getServiceRegistry, getTable, getTypeName, getTypeParameters, hasFormula, isAlternateUniqueKey, isCascadeDeleteEnabled, isIdentityColumn, isLob, isNationalized, isNullable, isSimpleValue, isTypeSpecified, isUpdateable, isValid, isVersion, makeLob, makeNationalized, makeVersion, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyDefinition, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setJpaAttributeConverterDescriptor, setNullValue, setTable, setTypeName, setTypeParameters, toString
public Any(MetadataImplementor metadata, Table table)
public String getIdentifierType()
public void setIdentifierType(String identifierType)
public Type getType() throws MappingException
getType
in interface Value
getType
in class SimpleValue
MappingException
public 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 Value
setTypeUsingReflection
in class SimpleValue
MappingException
public Object accept(ValueVisitor visitor)
accept
in interface Value
accept
in class SimpleValue
Copyright © 2017 JBoss by Red Hat. All rights reserved.