Uses of Class
org.hibernate.service.JavaServiceLoadable
-
Packages that use JavaServiceLoadable Package Description 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.registry.selector Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.org.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoader
facility.org.hibernate.service.spi Defines an SPI for integrating pluggable services. -
-
Uses of JavaServiceLoadable in org.hibernate.boot.model
Classes in org.hibernate.boot.model with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
FunctionContributor
On object that contributes custom HQL functions, eventually to aSqmFunctionRegistry
, via an instance ofFunctionContributions
.interface
TypeContributor
On object that contributes custom types and type descriptors, eventually to aTypeConfiguration
, via an instance ofTypeContributions
. -
Uses of JavaServiceLoadable in org.hibernate.boot.registry.selector
Classes in org.hibernate.boot.registry.selector with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
StrategyRegistrationProvider
Responsible for providing the registrations of one or more strategy selectors. -
Uses of JavaServiceLoadable in org.hibernate.boot.registry.selector.spi
Classes in org.hibernate.boot.registry.selector.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
DialectSelector
-
Uses of JavaServiceLoadable in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
AdditionalMappingContributor
Contract allowing pluggable contributions of additional mapping objects.interface
MetadataBuilderFactory
An extension point for integrators that wish to hook into the process of how aMetadata
is built.interface
MetadataBuilderInitializer
Contract for contributing to the initialization ofMetadataBuilder
.interface
MetadataSourcesContributor
A bootstrap process hook for contributing sources toMetadataSources
.interface
SessionFactoryBuilderFactory
An extension point for integrators that wish to hook into the process of how a SessionFactory is built. -
Uses of JavaServiceLoadable in org.hibernate.bytecode.spi
Classes in org.hibernate.bytecode.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
BytecodeProvider
Contract for providers of bytecode services to Hibernate. -
Uses of JavaServiceLoadable in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
DialectResolver
Contract for determining theDialect
to use based on information about the database / driver. -
Uses of JavaServiceLoadable in org.hibernate.engine.transaction.jta.platform.spi
Classes in org.hibernate.engine.transaction.jta.platform.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
JtaPlatformProvider
AServiceLoader
-style provider ofJtaPlatform
instances. -
Uses of JavaServiceLoadable in org.hibernate.event.spi
Classes in org.hibernate.event.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
EventEngineContributor
Integration contract for contributing event types and listeners to the Hibernate event system.interface
EventManager
-
Uses of JavaServiceLoadable in org.hibernate.id.factory.spi
Classes in org.hibernate.id.factory.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
GenerationTypeStrategyRegistration
AServiceLoader
contract for registering implementations ofGenerationTypeStrategy
. -
Uses of JavaServiceLoadable in org.hibernate.integrator.spi
Classes in org.hibernate.integrator.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
Integrator
Contract for extensions that integrate with Hibernate. -
Uses of JavaServiceLoadable in org.hibernate.service.spi
Classes in org.hibernate.service.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interface
ServiceContributor
Contract for contributing services.interface
SessionFactoryServiceContributor
-