- QuarkusConnectionProvider - Class in io.quarkus.hibernate.orm.runtime.customized
-
- QuarkusConnectionProvider(AgroalDataSource) - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusConnectionProvider
-
- QuarkusConnectionProviderInitiator - Class in io.quarkus.hibernate.orm.runtime.customized
-
- QuarkusConnectionProviderInitiator() - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusConnectionProviderInitiator
-
- QuarkusEnvironment - Class in io.quarkus.hibernate.orm.runtime.boot
-
A lighter alternative to org.hibernate.cfg.Environment: we don't need it to look for certain environment variables,
and don't want it to copy all of
System.getProperties()
into the ORM configuration.
- QuarkusEnvironment() - Constructor for class io.quarkus.hibernate.orm.runtime.boot.QuarkusEnvironment
-
- QuarkusH2Dialect - Class in io.quarkus.hibernate.orm.runtime.dialect
-
Subclass of H2Dialect fixing schema updates by considering unquoted identifiers as upper case.
- QuarkusH2Dialect() - Constructor for class io.quarkus.hibernate.orm.runtime.dialect.QuarkusH2Dialect
-
- QuarkusIntegratorServiceImpl - Class in io.quarkus.hibernate.orm.runtime.customized
-
This is similar to the default IntegratorService
from Hibernate ORM,
except that it doesn't come with default integrators as we prefer explicit
control.
- QuarkusIntegratorServiceImpl(ClassLoaderService) - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusIntegratorServiceImpl
-
- QuarkusJdbcEnvironmentInitiator - Class in io.quarkus.hibernate.orm.runtime.service
-
- QuarkusJdbcEnvironmentInitiator(Dialect) - Constructor for class io.quarkus.hibernate.orm.runtime.service.QuarkusJdbcEnvironmentInitiator
-
- QuarkusJndiServiceInitiator - Class in io.quarkus.hibernate.orm.runtime.customized
-
- QuarkusJndiServiceInitiator() - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusJndiServiceInitiator
-
- QuarkusJtaPlatform - Class in io.quarkus.hibernate.orm.runtime.customized
-
- QuarkusJtaPlatformInitiator - Class in io.quarkus.hibernate.orm.runtime.customized
-
- QuarkusMutableIdentifierGeneratorFactory - Class in io.quarkus.hibernate.orm.runtime.service
-
Wraps the default DefaultIdentifierGeneratorFactory so to make sure we store the Class references
of any IdentifierGenerator which is accessed during the build of the Metadata.
- QuarkusMutableIdentifierGeneratorFactory() - Constructor for class io.quarkus.hibernate.orm.runtime.service.QuarkusMutableIdentifierGeneratorFactory
-
- QuarkusMutableIdentifierGeneratorFactoryInitiator - Class in io.quarkus.hibernate.orm.runtime.service
-
Needs to mimick MutableIdentifierGeneratorFactoryInitiator, but allows us to capture
which Identifier strategies are being used, so that we can keep a reference to the classed
needed at runtime.
- QuarkusMutableIdentifierGeneratorFactoryInitiator() - Constructor for class io.quarkus.hibernate.orm.runtime.service.QuarkusMutableIdentifierGeneratorFactoryInitiator
-
- QuarkusPersistenceUnitDefinition - Class in io.quarkus.hibernate.orm.runtime.boot
-
This represent the fully specified configuration of a Persistence Unit,
in a format which is compatible with the bytecode recorder.
- QuarkusPersistenceUnitDefinition(PersistenceUnitDescriptor, MultiTenancyStrategy, boolean) - Constructor for class io.quarkus.hibernate.orm.runtime.boot.QuarkusPersistenceUnitDefinition
-
- QuarkusPersistenceUnitDefinition.Serialized - Class in io.quarkus.hibernate.orm.runtime.boot
-
This includes the state of both the QuarkusPersistenceUnitDefinition
and its more complex field of type LightPersistenceXmlDescriptor
- QuarkusPersistenceUnitDefinition.Substitution - Class in io.quarkus.hibernate.orm.runtime.boot
-
- QuarkusPostgreSQL10Dialect - Class in io.quarkus.hibernate.orm.runtime.dialect
-
Subclass of PostgreSQL10Dialect fixing schema updates by considering unquoted identifiers as lower case.
- QuarkusPostgreSQL10Dialect() - Constructor for class io.quarkus.hibernate.orm.runtime.dialect.QuarkusPostgreSQL10Dialect
-
- QuarkusPostgreSQL95Dialect - Class in io.quarkus.hibernate.orm.runtime.dialect
-
Subclass of PostgreSQL95Dialect fixing schema updates by considering unquoted identifiers as lower case.
- QuarkusPostgreSQL95Dialect() - Constructor for class io.quarkus.hibernate.orm.runtime.dialect.QuarkusPostgreSQL95Dialect
-
- QuarkusProxyFactory - Class in io.quarkus.hibernate.orm.runtime.customized
-
This ProxyFactory
implementation is very similar to the ByteBuddyProxyFactory
,
except the class definitions of the proxies have been built upfront so to allow
usage of enhanced proxies in native images.
- QuarkusProxyFactory(ProxyDefinitions) - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusProxyFactory
-
- QuarkusRegionFactoryInitiator - Class in io.quarkus.hibernate.orm.runtime.service
-
- QuarkusRuntimeProxyFactoryFactory - Class in io.quarkus.hibernate.orm.runtime.customized
-
This ProxyFactoryFactory is responsible to loading proxies which have been
defined in advance.
- QuarkusRuntimeProxyFactoryFactory(ProxyDefinitions) - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusRuntimeProxyFactoryFactory
-
- QuarkusRuntimeProxyFactoryFactoryInitiator - Class in io.quarkus.hibernate.orm.runtime.customized
-
Responsible for initializing the QuarkusRuntimeProxyFactoryFactory.
- QuarkusRuntimeProxyFactoryFactoryInitiator(RecordedState) - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusRuntimeProxyFactoryFactoryInitiator
-
- QuarkusScanner - Class in io.quarkus.hibernate.orm.runtime.boot.scan
-
A hard coded scanner.
- QuarkusScanner() - Constructor for class io.quarkus.hibernate.orm.runtime.boot.scan.QuarkusScanner
-
- QuarkusScanner.ClassDescriptorImpl - Class in io.quarkus.hibernate.orm.runtime.boot.scan
-
- QuarkusScanner.Result - Class in io.quarkus.hibernate.orm.runtime.boot.scan
-
- QuarkusStrategySelectorBuilder - Class in io.quarkus.hibernate.orm.runtime.customized
-
Similar to StrategySelectorBuilder
but
omits registering the components we don't support, and uses a new pattern of registration
meant to avoid class initializations.
- QuarkusStrategySelectorBuilder() - Constructor for class io.quarkus.hibernate.orm.runtime.customized.QuarkusStrategySelectorBuilder
-