| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleValue | |
|---|---|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. | 
| Uses of SimpleValue in org.hibernate.metamodel.binding | 
|---|
| Methods in org.hibernate.metamodel.binding that return SimpleValue | |
|---|---|
|  SimpleValue | EntityDiscriminator.getBoundValue() | 
|  SimpleValue | SimpleValueBinding.getSimpleValue() | 
| Methods in org.hibernate.metamodel.binding with parameters of type SimpleValue | |
|---|---|
|  void | EntityDiscriminator.setBoundValue(SimpleValue boundValue) | 
|  void | SimpleValueBinding.setSimpleValue(SimpleValue simpleValue) | 
| Constructors in org.hibernate.metamodel.binding with parameters of type SimpleValue | |
|---|---|
| SimpleValueBinding(SimpleValue simpleValue) | |
| SimpleValueBinding(SimpleValue simpleValue,
                   boolean includeInInsert,
                   boolean includeInUpdate) | |
| Uses of SimpleValue in org.hibernate.metamodel.relational | 
|---|
| Classes in org.hibernate.metamodel.relational that implement SimpleValue | |
|---|---|
|  class | AbstractSimpleValueBasic support for SimpleValueimplementations. | 
|  class | ColumnModels a physical column | 
|  class | DerivedValueModels a value expression. | 
| Methods in org.hibernate.metamodel.relational that return types with arguments of type SimpleValue | |
|---|---|
|  Iterable<SimpleValue> | AbstractTableSpecification.values() | 
|  Iterable<SimpleValue> | ValueContainer.values()Obtain an iterator over this containers current set of value definitions. | 
|  Iterable<SimpleValue> | Tuple.values() | 
| Methods in org.hibernate.metamodel.relational with parameters of type SimpleValue | |
|---|---|
|  void | Tuple.addValue(SimpleValue value) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||