Uses of Interface
org.hibernate.metamodel.relational.SimpleValue

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 AbstractSimpleValue
          Basic support for SimpleValue implementations.
 class Column
          Models a physical column
 class DerivedValue
          Models a value expression.
 

Methods in org.hibernate.metamodel.relational that return types with arguments of type SimpleValue
 Iterable<SimpleValue> Tuple.values()
           
 Iterable<SimpleValue> AbstractTableSpecification.values()
           
 Iterable<SimpleValue> ValueContainer.values()
          Obtain an iterator over this containers current set of value definitions.
 

Methods in org.hibernate.metamodel.relational with parameters of type SimpleValue
 void Tuple.addValue(SimpleValue value)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.