public class Any extends SimpleValue
DEFAULT_ID_GEN_STRATEGY
Constructor and Description |
---|
Any(MetadataBuildingContext buildingContext,
Table table) |
Any(MetadataImplementor metadata,
Table table)
Deprecated.
Use
Any(MetadataBuildingContext, Table) instead. |
Modifier and Type | Method and Description |
---|---|
Object |
accept(ValueVisitor visitor) |
String |
getIdentifierType() |
String |
getMetaType() |
Map |
getMetaValues() |
Type |
getType() |
boolean |
isSame(Any other) |
boolean |
isSame(SimpleValue other) |
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, isSame, isSame, isSimpleValue, isTypeSpecified, isUpdateable, isValid, isVersion, makeLob, makeNationalized, makeVersion, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyDefinition, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setJpaAttributeConverterDescriptor, setNullValue, setTable, setTypeName, setTypeParameters, toString
@Deprecated public Any(MetadataImplementor metadata, Table table)
Any(MetadataBuildingContext, Table)
instead.public Any(MetadataBuildingContext buildingContext, 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
public boolean isSame(SimpleValue other)
isSame
in class SimpleValue
public boolean isSame(Any other)
Copyright © 2019 JBoss by Red Hat. All rights reserved.