|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Datatype | |
|---|---|
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. |
| org.hibernate.metamodel.source.annotations.attribute | |
| org.hibernate.metamodel.source.binder | |
| Uses of Datatype in org.hibernate.metamodel.relational |
|---|
| Methods in org.hibernate.metamodel.relational that return Datatype | |
|---|---|
Datatype |
AbstractSimpleValue.getDatatype()
|
Datatype |
SimpleValue.getDatatype()
Retrieve the datatype of this value. |
| Methods in org.hibernate.metamodel.relational with parameters of type Datatype | |
|---|---|
void |
AbstractSimpleValue.setDatatype(Datatype datatype)
|
void |
SimpleValue.setDatatype(Datatype datatype)
Set the datatype of this value. |
| Uses of Datatype in org.hibernate.metamodel.source.annotations.attribute |
|---|
| Methods in org.hibernate.metamodel.source.annotations.attribute that return Datatype | |
|---|---|
Datatype |
ColumnValuesSourceImpl.getDatatype()
|
| Uses of Datatype in org.hibernate.metamodel.source.binder |
|---|
| Methods in org.hibernate.metamodel.source.binder that return Datatype | |
|---|---|
Datatype |
ColumnSource.getDatatype()
The deduced (and dialect convertible) type for this column |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||