Uses of Class
org.hibernate.engine.jdbc.internal.TypeSearchability

Packages that use TypeSearchability
org.hibernate.engine.jdbc.internal   
 

Uses of TypeSearchability in org.hibernate.engine.jdbc.internal
 

Methods in org.hibernate.engine.jdbc.internal that return TypeSearchability
 TypeSearchability TypeInfo.getSearchability()
           
static TypeSearchability TypeSearchability.interpret(short code)
          Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
static TypeSearchability TypeSearchability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeSearchability[] TypeSearchability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.engine.jdbc.internal with parameters of type TypeSearchability
TypeInfo(String typeName, int jdbcTypeCode, String[] createParams, boolean unsigned, int precision, short minimumScale, short maximumScale, boolean fixedPrecisionScale, String literalPrefix, String literalSuffix, boolean caseSensitive, TypeSearchability searchability, TypeNullability nullability)
           
 



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