| Package | Description |
|---|---|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
AbstractCollectionElement.getElementValue() |
Value |
SingularAttributeBinding.getValue()
Obtain the value bound here.
|
Value |
AbstractSingularAttributeBinding.getValue() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleValue
Models a simple, non-compound value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSimpleValue
Basic support for
SimpleValue implementations. |
class |
Column
Models a physical column
|
class |
DerivedValue
Models a value expression.
|
class |
Tuple
Models a compound value (a tuple or row-value-constructor is SQL terms).
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.