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 |
AbstractSingularAttributeBinding.getValue() |
Value |
SingularAttributeBinding.getValue()
Obtain the value bound here.
|
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.