| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
SimpleValue.getDatatype()
Retrieve the datatype of this value.
|
Datatype |
AbstractSimpleValue.getDatatype() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleValue.setDatatype(Datatype datatype)
Set the datatype of this value.
|
void |
AbstractSimpleValue.setDatatype(Datatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
ColumnValuesSourceImpl.getDatatype() |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
ColumnSource.getDatatype()
The deduced (and dialect convertible) type for this column
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.