|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeResolver | |
|---|---|
| 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. |
| Uses of TypeResolver in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg that return TypeResolver | |
|---|---|
TypeResolver |
Mappings.getTypeResolver()
Retrieve the type resolver in effect. |
TypeResolver |
Configuration.getTypeResolver()
|
TypeResolver |
Configuration.MappingsImpl.getTypeResolver()
|
| Uses of TypeResolver in org.hibernate.engine |
|---|
| Methods in org.hibernate.engine that return TypeResolver | |
|---|---|
TypeResolver |
SessionFactoryImplementor.getTypeResolver()
Retrieve the Type resolver associated with this factory. |
| Uses of TypeResolver in org.hibernate.impl |
|---|
| Methods in org.hibernate.impl that return TypeResolver | |
|---|---|
TypeResolver |
SessionFactoryImpl.getTypeResolver()
|
| Constructors in org.hibernate.impl with parameters of type TypeResolver | |
|---|---|
TypeLocatorImpl(TypeResolver typeResolver)
|
|
| Uses of TypeResolver in org.hibernate.type |
|---|
| Methods in org.hibernate.type that return TypeResolver | |
|---|---|
TypeResolver |
TypeResolver.scope(SessionFactoryImplementor factory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||