Uses of Package
org.hibernate.boot.registry
-
Packages that use org.hibernate.boot.registry Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.spi org.hibernate.cfg org.hibernate.resource.beans.spi org.hibernate.service org.hibernate.service.spi -
Classes in org.hibernate.boot.registry used by org.hibernate.boot Class Description StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot.registry Class Description BootstrapServiceRegistry Provides the most basic services such as class loading.BootstrapServiceRegistryBuilder Builder forBootstrapServiceRegistryinstances.StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry.StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety.StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances. -
Classes in org.hibernate.boot.registry used by org.hibernate.boot.spi Class Description StandardServiceRegistry Specialization of theServiceRegistrycontract mainly for type safety. -
Classes in org.hibernate.boot.registry used by org.hibernate.cfg Class Description BootstrapServiceRegistry Provides the most basic services such as class loading.StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances. -
Classes in org.hibernate.boot.registry used by org.hibernate.resource.beans.spi Class Description StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry. -
Classes in org.hibernate.boot.registry used by org.hibernate.service Class Description StandardServiceInitiator Contract for an initiator of services that target the standardServiceRegistry. -
Classes in org.hibernate.boot.registry used by org.hibernate.service.spi Class Description StandardServiceRegistryBuilder Builder for standardServiceRegistryinstances.