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.spi org.hibernate.cfg org.hibernate.jpa.boot.spi -
-
Uses of TypeContributor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyTypes(TypeContributor typeContributor)Apply an explicit TypeContributor (implicit application via ServiceLoader will still happen too) -
Uses of TypeContributor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type TypeContributor Modifier and Type Method Description MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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 ConfigurationConfiguration. registerTypeContributor(TypeContributor 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()
-