Uses of Class
org.hibernate.service.internal.AbstractServiceRegistryImpl
-
Packages that use AbstractServiceRegistryImpl Package Description org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.service.internal org.hibernate.testing.boot -
-
Uses of AbstractServiceRegistryImpl in org.hibernate.boot.registry.internal
Subclasses of AbstractServiceRegistryImpl in org.hibernate.boot.registry.internal Modifier and Type Class Description class
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry. -
Uses of AbstractServiceRegistryImpl in org.hibernate.service.internal
Subclasses of AbstractServiceRegistryImpl in org.hibernate.service.internal Modifier and Type Class Description class
SessionFactoryServiceRegistryImpl
-
Uses of AbstractServiceRegistryImpl in org.hibernate.testing.boot
Subclasses of AbstractServiceRegistryImpl in org.hibernate.testing.boot Modifier and Type Class Description class
ServiceRegistryTestingImpl
ServiceRegistry useful in testing
-