Uses of Interface
org.hibernate.resource.beans.spi.ManagedBeanRegistry
-
Packages that use ManagedBeanRegistry Package Description org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.jpa.event.spi The SPI contracts for supporting JPA lifecycle callbacks.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.resource.beans.internal org.hibernate.resource.beans.spi 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 Modifier and Type Method Description ManagedBeanRegistry
JpaAttributeConverterCreationContext. getManagedBeanRegistry()
-
Uses of ManagedBeanRegistry in org.hibernate.jpa.event.spi
Methods in org.hibernate.jpa.event.spi with parameters of type ManagedBeanRegistry Modifier and Type Method Description Callback
CallbackDefinition. createCallback(ManagedBeanRegistry beanRegistry)
-
Uses of ManagedBeanRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping that return ManagedBeanRegistry Modifier and Type Method Description ManagedBeanRegistry
BasicValue. getManagedBeanRegistry()
-
Uses of ManagedBeanRegistry in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal that implement ManagedBeanRegistry Modifier and Type Class Description class
ManagedBeanRegistryImpl
Abstract support (template pattern) forManagedBeanRegistry
implementations -
Uses of ManagedBeanRegistry in org.hibernate.resource.beans.spi
Methods in org.hibernate.resource.beans.spi that return ManagedBeanRegistry Modifier and Type Method Description ManagedBeanRegistry
ManagedBeanRegistryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor serviceRegistry)
Methods in org.hibernate.resource.beans.spi that return types with arguments of type ManagedBeanRegistry Modifier and Type Method Description Class<ManagedBeanRegistry>
ManagedBeanRegistryInitiator. getServiceInitiated()
-