Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Method and Description |
---|---|
TypeResolver |
Configuration.getTypeResolver() |
TypeResolver |
Configuration.MappingsImpl.getTypeResolver() |
TypeResolver |
Mappings.getTypeResolver()
Retrieve the type resolver in effect.
|
Modifier and Type | Method and Description |
---|---|
TypeResolver |
SessionFactoryImplementor.getTypeResolver()
Retrieve the
Type resolver associated with this factory. |
Modifier and Type | Method and Description |
---|---|
TypeResolver |
SessionFactoryImpl.getTypeResolver() |
Constructor and Description |
---|
TypeLocatorImpl(TypeResolver typeResolver) |
Modifier and Type | Method and Description |
---|---|
TypeResolver |
TypeResolver.scope(SessionFactoryImplementor factory) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved