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 |
isLazy() |
boolean |
isSame(Any other) |
boolean |
isSame(SimpleValue other) |
void |
setIdentifierType(String identifierType) |
void |
setLazy(boolean lazy) |
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, getIdentifierGenerator, 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 ValuegetType in class SimpleValueMappingExceptionpublic String getMetaType()
public void setMetaType(String type)
public Map getMetaValues()
public void setMetaValues(Map metaValues)
public boolean isLazy()
public void setLazy(boolean lazy)
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 SimpleValuepublic boolean isSame(SimpleValue other)
isSame in class SimpleValuepublic boolean isSame(Any other)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.