Uses of Interface
org.hibernate.boot.model.TypeContributor
-
Packages that use TypeContributor 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 org.hibernate.envers.boot.internal org.hibernate.jpa.boot.spi org.hibernate.spatial.contributor org.hibernate.testing.orm.junit -
-
Uses of TypeContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilder
MetadataBuilder. applyTypes(TypeContributor typeContributor)
Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too) -
Uses of TypeContributor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilder
MetadataBuilderImpl. applyTypes(TypeContributor typeContributor)
-
Uses of TypeContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyTypes(TypeContributor typeContributor)
-
Uses of TypeContributor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type TypeContributor Modifier and Type Method Description Configuration
Configuration. registerTypeContributor(TypeContributor typeContributor)
-
Uses of TypeContributor in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement TypeContributor Modifier and Type Class Description class
TypeContributorImpl
Envers specific TypeContributor -
Uses of TypeContributor in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi that return types with arguments of type TypeContributor Modifier and Type Method Description List<TypeContributor>
TypeContributorList. getTypeContributors()
-
Uses of TypeContributor in org.hibernate.spatial.contributor
Classes in org.hibernate.spatial.contributor that implement TypeContributor Modifier and Type Class Description class
SpatialTypeContributor
-
Uses of TypeContributor in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type TypeContributor Modifier and Type Method Description Class<? extends TypeContributor>[]
typeContributors()
-