Uses of Class
org.hibernate.metamodel.relational.Datatype

Packages that use Datatype
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.binder   
 

Uses of Datatype in org.hibernate.metamodel.relational
 

Methods in org.hibernate.metamodel.relational that return Datatype
 Datatype SimpleValue.getDatatype()
          Retrieve the datatype of this value.
 Datatype AbstractSimpleValue.getDatatype()
           
 

Methods in org.hibernate.metamodel.relational with parameters of type Datatype
 void SimpleValue.setDatatype(Datatype datatype)
          Set the datatype of this value.
 void AbstractSimpleValue.setDatatype(Datatype datatype)
           
 

Uses of Datatype in org.hibernate.metamodel.source.annotations.attribute
 

Methods in org.hibernate.metamodel.source.annotations.attribute that return Datatype
 Datatype ColumnValuesSourceImpl.getDatatype()
           
 

Uses of Datatype in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return Datatype
 Datatype ColumnSource.getDatatype()
          The deduced (and dialect convertible) type for this column
 



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