Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.envers.boot.internal | |
org.hibernate.jpa.boot.spi | |
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 |
---|---|
MetadataBuilder |
MetadataBuilder.applyTypes(TypeContributor typeContributor)
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too)
|
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
MetadataBuilderImpl.applyTypes(TypeContributor typeContributor) |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyTypes(TypeContributor typeContributor) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.registerTypeContributor(TypeContributor typeContributor) |
Modifier and Type | Class and Description |
---|---|
class |
TypeContributorImpl
Envers specific TypeContributor
|
Modifier and Type | Method and Description |
---|---|
List<TypeContributor> |
TypeContributorList.getTypeContributors() |
Modifier and Type | Class and Description |
---|---|
class |
Java8DateTimeTypeContributor
TypeContributor for adding Java8 Date/Time specific Type implementations
|
Copyright © 2022. All rights reserved.