Uses of Class
org.hibernate.metamodel.relational.Value.JdbcCodes

Packages that use Value.JdbcCodes
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
 

Uses of Value.JdbcCodes in org.hibernate.metamodel.relational
 

Methods in org.hibernate.metamodel.relational with parameters of type Value.JdbcCodes
 void AbstractSimpleValue.validateJdbcTypes(Value.JdbcCodes typeCodes)
           
 void Value.validateJdbcTypes(Value.JdbcCodes typeCodes)
          Validate the value against the incoming JDBC type code array, both in terms of number of types and compatibility of types.
 void Tuple.validateJdbcTypes(Value.JdbcCodes typeCodes)
           
 



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