Uses of Interface
org.hibernate.resource.beans.spi.ManagedBeanRegistry
Packages that use ManagedBeanRegistry
Package
Description
Defines the SPI of a
registry
of JPA
AttributeConverter
s.A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
The SPI contracts for supporting JPA lifecycle callbacks and
entity listeners
.This package defines the Hibernate configuration-time mapping model.
Defines an SPI for integration with CDI-like containers.
-
Uses of ManagedBeanRegistry in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return ManagedBeanRegistry -
Uses of ManagedBeanRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ManagedBeanRegistryModifier and TypeMethodDescriptionBootstrapContext.getManagedBeanRegistry()
Access to theManagedBeanRegistry
. -
Uses of ManagedBeanRegistry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ManagedBeanRegistryModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getManagedBeanRegistry()
SessionFactoryImplementor.getManagedBeanRegistry()
Obtain theManagedBeanRegistry
service. -
Uses of ManagedBeanRegistry in org.hibernate.jpa.event.spi
Methods in org.hibernate.jpa.event.spi with parameters of type ManagedBeanRegistryModifier and TypeMethodDescriptionCallbackDefinition.createCallback
(ManagedBeanRegistry beanRegistry) -
Uses of ManagedBeanRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping that return ManagedBeanRegistry -
Uses of ManagedBeanRegistry in org.hibernate.resource.beans.spi
Methods in org.hibernate.resource.beans.spi that return ManagedBeanRegistryModifier and TypeMethodDescriptionManagedBeanRegistryInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor serviceRegistry) Methods in org.hibernate.resource.beans.spi that return types with arguments of type ManagedBeanRegistry