Package org.hibernate.service
Defines a framework for pluggable services,
allowing for customization of key components of Hibernate, and abstraction of these
components as SPI interfaces.
Services usually belong to a ServiceRegistry
, since
that's where Hibernate goes to find them.
Libraries may even contribute discoverable service implementations via the Java ServiceLoader
facility.
-
Interface Summary Interface Description Service Marker interface for services.ServiceRegistry A registry of services. -
Class Summary Class Description StandardServiceInitiators Central definition of the standard set of service initiators defined by Hibernate. -
Exception Summary Exception Description NullServiceException UnknownServiceException Indicates that an unknown service was requested from the registry.UnknownUnwrapTypeException -
Annotation Types Summary Annotation Type Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.