org.hibernate.metamodel.relational
Class Value.JdbcCodes
java.lang.Object
org.hibernate.metamodel.relational.Value.JdbcCodes
- Enclosing interface:
- Value
public static class Value.JdbcCodes
- extends Object
Used to track JDBC type usage throughout a series of potential recursive calls to component
values since we do not know ahead of time which values correspond to which indexes of the
jdbc type array.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Value.JdbcCodes
public Value.JdbcCodes(int[] typeCodes)
nextJdbcCde
public int nextJdbcCde()
getIndex
public int getIndex()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.