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()  | 
Table | 
getTable()  | 
Type | 
getType()  | 
boolean | 
hasFormula()  | 
boolean | 
isAlternateUniqueKey()  | 
boolean | 
isNullable()  | 
boolean | 
isSimpleValue()  | 
boolean | 
isValid(Mapping mapping)  | 
void | 
setTypeUsingReflection(String className,
                      String propertyName)  | 
int getColumnSpan()
Iterator<Selectable> getColumnIterator()
Type getType() throws MappingException
MappingExceptionFetchMode getFetchMode()
Table getTable()
boolean hasFormula()
boolean isAlternateUniqueKey()
boolean isNullable()
boolean[] getColumnUpdateability()
boolean[] getColumnInsertability()
void createForeignKey()
                      throws MappingException
MappingExceptionboolean isSimpleValue()
boolean isValid(Mapping mapping) throws MappingException
MappingExceptionvoid setTypeUsingReflection(String className, String propertyName) throws MappingException
MappingExceptionObject accept(ValueVisitor visitor)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.