public interface Value extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
accept(ValueVisitor visitor) |
void |
createForeignKey() |
boolean[] |
getColumnInsertability() |
Iterator<Selectable> |
getColumnIterator() |
int |
getColumnSpan() |
boolean[] |
getColumnUpdateability() |
FetchMode |
getFetchMode() |
ServiceRegistry |
getServiceRegistry() |
Table |
getTable() |
Type |
getType() |
boolean |
hasFormula() |
boolean |
isAlternateUniqueKey() |
boolean |
isNullable() |
boolean |
isSame(Value other) |
boolean |
isSimpleValue() |
boolean |
isValid(Mapping mapping) |
void |
setTypeUsingReflection(String className,
String propertyName) |
int getColumnSpan()
Iterator<Selectable> getColumnIterator()
Type getType() throws MappingException
MappingException
FetchMode getFetchMode()
Table getTable()
boolean hasFormula()
boolean isAlternateUniqueKey()
boolean isNullable()
boolean[] getColumnUpdateability()
boolean[] getColumnInsertability()
void createForeignKey() throws MappingException
MappingException
boolean isSimpleValue()
boolean isValid(Mapping mapping) throws MappingException
MappingException
void setTypeUsingReflection(String className, String propertyName) throws MappingException
MappingException
Object accept(ValueVisitor visitor)
boolean isSame(Value other)
ServiceRegistry getServiceRegistry()
Copyright © 2019 JBoss by Red Hat. All rights reserved.