Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.jmx |
This package exposes a Hibernate instance via JMX.
|
Modifier and Type | Method and Description |
---|---|
TypeHelper |
SessionFactory.getTypeHelper()
Retrieve this factory's
TypeHelper |
TypeHelper |
Session.getTypeHelper()
Convenience access to the
TypeHelper associated with this session's SessionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
TypeLocatorImpl
Implementation of
TypeHelper |
Modifier and Type | Method and Description |
---|---|
TypeHelper |
SessionFactoryImpl.getTypeHelper() |
TypeHelper |
SessionImpl.getTypeHelper()
Convenience access to the
TypeHelper associated with this session's SessionFactory . |
Modifier and Type | Method and Description |
---|---|
TypeHelper |
SessionFactoryStub.getTypeHelper() |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved