| Package | Description |
|---|---|
| org.hibernate.boot.internal | |
| org.hibernate.boot.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.hql.spi.id.inline | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.type.spi |
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
MetadataImpl.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
TypeResolver |
InFlightMetadataCollectorImpl.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
MetadataImplementor.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
TypeResolver |
AbstractDelegatingMetadata.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
SessionFactoryImplementor.getTypeResolver()
Deprecated.
(since 5.2) No replacement, access to and handling of Types will be much different in 6.0
|
TypeResolver |
SessionFactoryDelegatingImpl.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
IdsClauseBuilder.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
| Constructor and Description |
|---|
IdsClauseBuilder(Dialect dialect,
Type identifierType,
TypeResolver typeResolver,
String[] columns,
List<Object[]> ids)
Deprecated.
|
InlineIdsInClauseBuilder(Dialect dialect,
Type identifierType,
TypeResolver typeResolver,
String[] columns,
List<Object[]> ids) |
InlineIdsOrClauseBuilder(Dialect dialect,
Type identifierType,
TypeResolver typeResolver,
String[] columns,
List<Object[]> ids) |
InlineIdsSubSelectValuesListBuilder(Dialect dialect,
Type identifierType,
TypeResolver typeResolver,
String[] columns,
List<Object[]> ids) |
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
SessionFactoryImpl.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
| Constructor and Description |
|---|
TypeLocatorImpl(TypeResolver typeResolver) |
| Modifier and Type | Method and Description |
|---|---|
TypeResolver |
TypeConfiguration.getTypeResolver()
Deprecated.
(since 5.3) No replacement, access to and handling of Types will be much different in 6.0
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.