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() |
List<Selectable> |
getSelectables() |
ServiceRegistry |
getServiceRegistry() |
Table |
getTable() |
Type |
getType() |
boolean |
hasAnyInsertableColumns() |
boolean |
hasAnyUpdatableColumns() |
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()
List<Selectable> getSelectables()
Type getType() throws MappingException
MappingException
FetchMode getFetchMode()
Table getTable()
boolean hasFormula()
boolean isAlternateUniqueKey()
boolean isNullable()
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)
boolean[] getColumnInsertability()
boolean hasAnyInsertableColumns()
boolean[] getColumnUpdateability()
boolean hasAnyUpdatableColumns()
ServiceRegistry getServiceRegistry()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.