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 JavaServiceLoaderfacility.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 interfaceFunctionContributorOn object that contributes custom HQL functions, eventually to aSqmFunctionRegistry, via an instance ofFunctionContributions.interfaceTypeContributorOn 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 interfaceStrategyRegistrationProviderResponsible 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 interfaceDialectSelector -
Uses of JavaServiceLoadable in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interfaceAdditionalMappingContributorContract allowing pluggable contributions of additional mapping objects.interfaceMetadataBuilderFactoryAn extension point for integrators that wish to hook into the process of how aMetadatais built.interfaceMetadataBuilderInitializerContract for contributing to the initialization ofMetadataBuilder.interfaceMetadataSourcesContributorA bootstrap process hook for contributing sources toMetadataSources.interfaceSessionFactoryBuilderFactoryAn 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 interfaceBytecodeProviderContract 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 interfaceDialectResolverContract for determining theDialectto 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 interfaceJtaPlatformProviderAServiceLoader-style provider ofJtaPlatforminstances. -
Uses of JavaServiceLoadable in org.hibernate.event.spi
Classes in org.hibernate.event.spi with annotations of type JavaServiceLoadable Modifier and Type Interface Description interfaceEventEngineContributorIntegration contract for contributing event types and listeners to the Hibernate event system. -
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 interfaceGenerationTypeStrategyRegistrationAServiceLoadercontract 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 interfaceIntegratorContract 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 interfaceServiceContributorContract for contributing services.interfaceSessionFactoryServiceContributor
-