Uses of Class
org.sqlproc.engine.hibernate.type.HibernateTypeFactory
-
Packages that use HibernateTypeFactory Package Description org.sqlproc.engine.hibernate.type All the META types staff for the Hibernate stack devoted to special handling of input/output values. -
-
Uses of HibernateTypeFactory in org.sqlproc.engine.hibernate.type
Fields in org.sqlproc.engine.hibernate.type declared as HibernateTypeFactory Modifier and Type Field Description private static HibernateTypeFactoryHibernateTypeFactory. factoryThe private static instance of this factory.Methods in org.sqlproc.engine.hibernate.type that return HibernateTypeFactory Modifier and Type Method Description static HibernateTypeFactoryHibernateTypeFactory. getInstance()The main method to obtain the singleton instance of this factory.
-