|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleValue
Models a simple, non-compound value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.hibernate.metamodel.relational.Value |
---|
Value.JdbcCodes |
Method Summary | |
---|---|
String |
getAlias(Dialect dialect)
For any column name, generate an alias that is unique to that column name, unique across tables, and within alias size constraints determined by Dialect.getMaxAliasLength() . |
Datatype |
getDatatype()
Retrieve the datatype of this value. |
void |
setDatatype(Datatype datatype)
Set the datatype of this value. |
Methods inherited from interface org.hibernate.metamodel.relational.Value |
---|
getTable, toLoggableString, validateJdbcTypes |
Method Detail |
---|
Datatype getDatatype()
void setDatatype(Datatype datatype)
datatype
- The value's datatypeString getAlias(Dialect dialect)
Dialect.getMaxAliasLength()
.
dialect
- the dialect.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |