Uses of Package
org.hibernate.resource.beans.spi
-
Packages that use org.hibernate.resource.beans.spi Package Description org.hibernate.boot.internal org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.model.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.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.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMapping
or thehbm.xml
mapping element<resultset/>
.org.hibernate.resource.beans.container.internal An implementation of the bean container SPI based on CDI.org.hibernate.resource.beans.container.spi An SPI abstracting over CDI-like bean containers.org.hibernate.resource.beans.internal org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.testing.boot org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions.org.hibernate.type.descriptor.converter.spi An SPI for basic-typed value conversions, including support for handling JPAAttributeConverter
instances as part of the HibernateType
system. -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.internal Class Description BeanInstanceProducer Contract for producing a bean instance -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.model Class Description BeanInstanceProducer Contract for producing a bean instance -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.model.convert.internal Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.model.convert.spi Class Description ManagedBeanRegistry A registry forManagedBean
instances. -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.model.internal Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.boot.spi Class Description BeanInstanceProducer Contract for producing a bean instance -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.jpa.event.spi Class Description ManagedBeanRegistry A registry forManagedBean
instances. -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.mapping Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.query.results.complete Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.resource.beans.container.internal Class Description BeanInstanceProducer Contract for producing a bean instance -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.resource.beans.container.spi Class Description BeanInstanceProducer Contract for producing a bean instanceManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.resource.beans.internal Class Description BeanInstanceProducer Contract for producing a bean instanceManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by HibernateManagedBeanRegistry A registry forManagedBean
instances. -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.resource.beans.spi Class Description BeanInstanceProducer Contract for producing a bean instanceManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by HibernateManagedBeanRegistry A registry forManagedBean
instances.ManagedBeanRegistryInitiator Hibernate's standard initializer for theManagedBeanRegistry
service. -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.testing.boot Class Description BeanInstanceProducer Contract for producing a bean instance -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.type Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.type.descriptor.converter.internal Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate -
Classes in org.hibernate.resource.beans.spi used by org.hibernate.type.descriptor.converter.spi Class Description ManagedBean Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate