接口的使用
org.hibernate.TypeHelper
-
使用TypeHelper的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.spi org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. -
-
org.hibernate中TypeHelper的使用
返回TypeHelper的org.hibernate中的方法 修饰符和类型 方法 说明 TypeHelperSession. getTypeHelper()Convenience access to theTypeHelperassociated with this session'sSessionFactory.TypeHelperSessionFactory. getTypeHelper()Retrieve this factory'sTypeHelper. -
org.hibernate.engine.spi中TypeHelper的使用
返回TypeHelper的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 TypeHelperSessionDelegatorBaseImpl. getTypeHelper()TypeHelperSessionFactoryDelegatingImpl. getTypeHelper() -
org.hibernate.internal中TypeHelper的使用
实现TypeHelper的org.hibernate.internal中的类 修饰符和类型 类 说明 classTypeLocatorImplImplementation ofTypeHelper返回TypeHelper的org.hibernate.internal中的方法 修饰符和类型 方法 说明 TypeHelperSessionFactoryImpl. getTypeHelper()TypeHelperSessionImpl. getTypeHelper()
-