public class DependantValue extends SimpleValue
DEFAULT_ID_GEN_STRATEGY| Constructor and Description |
|---|
DependantValue(MetadataImplementor metadata,
Table table,
KeyValue prototype) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ValueVisitor visitor) |
Type |
getType() |
boolean |
isNullable() |
boolean |
isUpdateable() |
void |
setNullable(boolean nullable) |
void |
setTypeUsingReflection(String className,
String propertyName) |
void |
setUpdateable(boolean updateable) |
addColumn, addFormula, copyTypeFrom, createForeignKey, createForeignKeyOfEntity, createIdentifierGenerator, getColumnInsertability, getColumnIterator, getColumnSpan, getColumnUpdateability, getConstraintColumns, getFetchMode, getForeignKeyName, getIdentifierGeneratorProperties, getIdentifierGeneratorStrategy, getMetadata, getNullValue, getServiceRegistry, getTable, getTypeName, getTypeParameters, hasFormula, isAlternateUniqueKey, isCascadeDeleteEnabled, isIdentityColumn, isNationalized, isSimpleValue, isTypeSpecified, isValid, makeNationalized, setAlternateUniqueKey, setCascadeDeleteEnabled, setForeignKeyName, setIdentifierGeneratorProperties, setIdentifierGeneratorStrategy, setJpaAttributeConverterDefinition, setNullValue, setTable, setTypeName, setTypeParameters, toStringpublic DependantValue(MetadataImplementor metadata, Table table, KeyValue prototype)
public Type getType() throws MappingException
getType in interface ValuegetType in class SimpleValueMappingExceptionpublic void setTypeUsingReflection(String className, String propertyName)
setTypeUsingReflection in interface ValuesetTypeUsingReflection in class SimpleValuepublic Object accept(ValueVisitor visitor)
accept in interface Valueaccept in class SimpleValuepublic boolean isNullable()
isNullable in interface ValueisNullable in class SimpleValuepublic void setNullable(boolean nullable)
public boolean isUpdateable()
isUpdateable in interface KeyValueisUpdateable in class SimpleValuepublic void setUpdateable(boolean updateable)
Copyright © 2016 JBoss by Red Hat. All rights reserved.