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 |
---|---|
SimpleValue |
EntityDiscriminator.getBoundValue() |
SimpleValue |
SimpleValueBinding.getSimpleValue() |
Modifier and Type | Method and Description |
---|---|
void |
EntityDiscriminator.setBoundValue(SimpleValue boundValue) |
void |
SimpleValueBinding.setSimpleValue(SimpleValue simpleValue) |
Constructor and Description |
---|
SimpleValueBinding(SimpleValue simpleValue) |
SimpleValueBinding(SimpleValue simpleValue,
boolean includeInInsert,
boolean includeInUpdate) |
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.
|
Modifier and Type | Method and Description |
---|---|
Iterable<SimpleValue> |
Tuple.values() |
Iterable<SimpleValue> |
ValueContainer.values()
Obtain an iterator over this containers current set of value definitions.
|
Iterable<SimpleValue> |
AbstractTableSpecification.values() |
Modifier and Type | Method and Description |
---|---|
void |
Tuple.addValue(SimpleValue value) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.