Uses of Interface
org.hibernate.models.spi.RegistryPrimer
Packages that use RegistryPrimer
-
Uses of RegistryPrimer in org.hibernate.models.internal
Methods in org.hibernate.models.internal with parameters of type RegistryPrimerModifier and TypeMethodDescriptionprotected voidAbstractModelsContext.primeRegistries(RegistryPrimer registryPrimer) Constructors in org.hibernate.models.internal with parameters of type RegistryPrimerModifierConstructorDescriptionBasicModelsContextImpl(ClassLoading classLoadingAccess, boolean trackImplementors, RegistryPrimer registryPrimer) -
Uses of RegistryPrimer in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return RegistryPrimerModifier and TypeMethodDescriptionModelsConfiguration.getRegistryPrimer()A primer for ClassDetailsRegistry and AnnotationDescriptorRegistry applied when the ModelsContext is first built.Methods in org.hibernate.models.spi with parameters of type RegistryPrimerModifier and TypeMethodDescriptionModelsContextProvider.produceContext(ClassLoading classLoading, RegistryPrimer registryPrimer, Map<Object, Object> configProperties) Produce the ModelsContext.ModelsConfiguration.setRegistryPrimer(RegistryPrimer registryPrimer) Specify a registry primer.