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 |
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() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.