Package org.hibernate.dialect
Class OracleTypesHelper
- java.lang.Object
-
- org.hibernate.dialect.OracleTypesHelper
-
public class OracleTypesHelper extends java.lang.Object
A Helper for dealing with the OracleTypes class
-
-
Field Summary
Fields Modifier and Type Field Description static OracleTypesHelper
INSTANCE
Singleton access
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOracleCursorTypeSqlType()
-
-
-
Field Detail
-
INSTANCE
public static final OracleTypesHelper INSTANCE
Singleton access
-
-