Package org.hibernate.dialect
Class OracleJdbcHelper
- java.lang.Object
-
- org.hibernate.dialect.OracleJdbcHelper
-
public class OracleJdbcHelper extends Object
The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.
-
-
Constructor Summary
Constructors Constructor Description OracleJdbcHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JdbcTypeConstructor
getArrayJdbcTypeConstructor(ServiceRegistry serviceRegistry)
static JdbcTypeConstructor
getNestedTableJdbcTypeConstructor(ServiceRegistry serviceRegistry)
static JdbcType
getStructJdbcType(ServiceRegistry serviceRegistry)
static boolean
isUsable(ServiceRegistry serviceRegistry)
-
-
-
Method Detail
-
isUsable
public static boolean isUsable(ServiceRegistry serviceRegistry)
-
getArrayJdbcTypeConstructor
public static JdbcTypeConstructor getArrayJdbcTypeConstructor(ServiceRegistry serviceRegistry)
-
getNestedTableJdbcTypeConstructor
public static JdbcTypeConstructor getNestedTableJdbcTypeConstructor(ServiceRegistry serviceRegistry)
-
getStructJdbcType
public static JdbcType getStructJdbcType(ServiceRegistry serviceRegistry)
-
-