Package Hierarchies:
- org.hibernate.testing,
- org.hibernate.testing.async,
- org.hibernate.testing.boot,
- org.hibernate.testing.bytecode.enhancement,
- org.hibernate.testing.bytecode.enhancement.extension,
- org.hibernate.testing.bytecode.enhancement.extension.engine,
- org.hibernate.testing.byteman,
- org.hibernate.testing.cache,
- org.hibernate.testing.cleaner,
- org.hibernate.testing.common.connections,
- org.hibernate.testing.env,
- org.hibernate.testing.hamcrest,
- org.hibernate.testing.jdbc,
- org.hibernate.testing.jdbc.leak,
- org.hibernate.testing.jta,
- org.hibernate.testing.junit4,
- org.hibernate.testing.logger,
- org.hibernate.testing.orm,
- org.hibernate.testing.orm.assertj,
- org.hibernate.testing.orm.domain,
- org.hibernate.testing.orm.domain.animal,
- org.hibernate.testing.orm.domain.contacts,
- org.hibernate.testing.orm.domain.gambit,
- org.hibernate.testing.orm.domain.helpdesk,
- org.hibernate.testing.orm.domain.library,
- org.hibernate.testing.orm.domain.retail,
- org.hibernate.testing.orm.domain.userguide,
- org.hibernate.testing.orm.domain.userguide.tooling,
- org.hibernate.testing.orm.jdbc,
- org.hibernate.testing.orm.jpa,
- org.hibernate.testing.orm.junit,
- org.hibernate.testing.orm.logger,
- org.hibernate.testing.orm.transaction,
- org.hibernate.testing.schema,
- org.hibernate.testing.transaction,
- org.hibernate.testing.util,
- org.hibernate.testing.util.jpa,
- org.hibernate.testing.util.uuid
Class Hierarchy
- java.lang.Object
- org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor (implements org.hibernate.testing.orm.domain.DomainModelDescriptor)
- org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform (implements org.hibernate.service.spi.Configurable, org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess)
- org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.cache.spi.AbstractRegionFactory (implements org.hibernate.cache.spi.RegionFactory)
- org.hibernate.cache.spi.support.RegionFactoryTemplate
- org.hibernate.service.internal.AbstractServiceRegistryImpl (implements org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner, org.hibernate.service.spi.ServiceRegistryImplementor)
- org.hibernate.boot.registry.internal.StandardServiceRegistryImpl (implements org.hibernate.boot.registry.StandardServiceRegistry)
- org.junit.platform.engine.support.descriptor.AbstractTestDescriptor (implements org.junit.platform.engine.TestDescriptor)
- org.junit.platform.engine.support.descriptor.EngineDescriptor
- org.junit.jupiter.engine.descriptor.JupiterEngineDescriptor (implements org.junit.platform.engine.support.hierarchical.Node<C>)
- org.hibernate.testing.orm.domain.helpdesk.Account
- org.hibernate.testing.orm.domain.userguide.Account
- org.hibernate.testing.orm.domain.animal.Address
- org.hibernate.testing.orm.domain.contacts.Address
- org.hibernate.testing.orm.domain.contacts.Address.PostalCode
- org.hibernate.testing.orm.domain.animal.Animal
- org.hibernate.testing.orm.domain.animal.Mammal
- org.hibernate.testing.orm.domain.animal.DomesticAnimal
- org.hibernate.testing.orm.domain.animal.Cat
- org.hibernate.testing.orm.domain.animal.Dog
- org.hibernate.testing.orm.domain.animal.Human
- org.hibernate.testing.orm.domain.animal.Reptile
- org.hibernate.testing.orm.domain.animal.Lizard
- org.hibernate.testing.orm.AsyncExecutor
- org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork (implements org.hibernate.jdbc.Work)
- org.hamcrest.BaseMatcher<T> (implements org.hamcrest.Matcher<T>)
- org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork (implements org.hibernate.jdbc.Work)
- org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest (implements org.hibernate.testing.orm.junit.DomainModelProducer, org.hibernate.testing.orm.junit.DomainModelScopeAware, org.hibernate.testing.orm.junit.ServiceRegistryProducer, org.hibernate.testing.orm.junit.ServiceRegistryScopeAware, org.hibernate.testing.orm.junit.SessionFactoryProducer, org.hibernate.testing.orm.junit.SessionFactoryScopeAware)
- org.hibernate.testing.junit4.BaseUnitTestCase
- org.hibernate.testing.orm.domain.gambit.BasicEntity
- org.hibernate.testing.boot.BasicTestingJdbcServiceImpl (implements org.hibernate.engine.jdbc.spi.JdbcServices, org.hibernate.service.spi.ServiceRegistryAwareService)
- org.hibernate.testing.orm.domain.library.Book
- org.hibernate.testing.boot.BootstrapContextImpl (implements java.lang.AutoCloseable, org.hibernate.boot.spi.BootstrapContext)
- org.hibernate.testing.bytecode.enhancement.extension.engine.BytecodeEnhancedTestEngine.Context (implements org.junit.platform.engine.support.hierarchical.EngineExecutionContext)
- org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhancementExtension (implements org.junit.jupiter.api.extension.TestInstancePreConstructCallback, org.junit.jupiter.api.extension.TestInstancePreDestroyCallback)
- org.hibernate.testing.bytecode.enhancement.extension.BytecodeEnhancementPostDiscoveryFilter (implements org.junit.platform.launcher.PostDiscoveryFilter)
- org.hibernate.testing.orm.domain.userguide.Call
- org.hibernate.testing.schema.CheckClearSchemaListener (implements org.junit.platform.launcher.LauncherSessionListener)
- org.hibernate.testing.boot.ClassLoaderAccessTestingImpl (implements org.hibernate.boot.spi.ClassLoaderAccess)
- org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl (implements org.hibernate.boot.registry.classloading.spi.ClassLoaderService)
- org.hibernate.testing.junit4.ClassLoadingIsolater (implements org.junit.rules.MethodRule)
- org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback)
- org.hibernate.testing.bytecode.enhancement.ClassSelector (implements org.hibernate.testing.bytecode.enhancement.EnhancementSelector)
- org.hibernate.testing.hamcrest.CollectionMatchers
- org.hibernate.testing.orm.domain.gambit.Component
- org.hibernate.testing.orm.domain.gambit.Component.Nested
- org.assertj.core.api.Condition<T> (implements org.assertj.core.api.Descriptable<SELF>)
- org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
- org.hibernate.testing.env.ConnectionProviderBuilder (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.jdbc.ConnectionProviderDelegate (implements org.hibernate.service.spi.Configurable, org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Stoppable)
- org.hibernate.testing.orm.domain.contacts.Contact
- org.hibernate.testing.orm.domain.contacts.Contact.Name
- org.hibernate.testing.orm.domain.userguide.tooling.Customer
- org.hibernate.testing.junit4.CustomRunner.IgnoreImpl (implements org.junit.Ignore)
- org.hibernate.testing.cleaner.DatabaseCleanerContext
- org.hibernate.testing.jdbc.DataSourceStub (implements javax.sql.DataSource)
- org.hibernate.testing.cleaner.DB2DatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext (implements org.hibernate.bytecode.enhance.spi.EnhancementContext)
- org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo (implements jakarta.persistence.spi.PersistenceUnitInfo)
- org.hibernate.testing.DialectChecks
- org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.DoubleQuoteQuoting (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.ForceLobAsLastValue (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportCatalogCreation (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportDropConstraints (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportLimitCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportNoWait (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportPartitionBy (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsArrayDataTypes (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportSchemaCreation (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsColumnCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsDmlTargetColumnQualifier (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsIdentityColumns (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsLobValueChangePropagation (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsLockTimeouts (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsNClob (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsNoColumnInsert (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsOrderByInCorrelatedSubquery (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsRecursiveCtes (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsRowId (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsSequences (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsSkipLocked (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsSubqueryInOnClause (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsSubqueryInSelect (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsTemporaryTable (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsTemporaryTableIdentity (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsUnionInSubquery (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportsValuesListForInsert (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.SupportWait (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob (implements org.hibernate.testing.DialectCheck)
- org.hibernate.testing.orm.junit.DialectContext
- org.hibernate.testing.boot.DialectFactoryTestingImpl (implements org.hibernate.engine.jdbc.dialect.spi.DialectFactory)
- org.hibernate.testing.orm.junit.DialectFeatureChecks
- org.hibernate.testing.orm.junit.DialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.DoubleQuoteQuoting (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.FakeFunctionContributions (implements org.hibernate.boot.model.FunctionContributions)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.FakeMetadataBuildingContext (implements org.hibernate.boot.spi.InFlightMetadataCollector, org.hibernate.boot.spi.MetadataBuildingContext)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.FakeTypeContributions (implements org.hibernate.boot.model.TypeContributions)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.ForceLobAsLastValue (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.IsJtds (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.IsPgJdbc (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportCatalogCreation (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportDropConstraints (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportFollowOnLocking (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitAndOffsetCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNoWait (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNullPrecedence (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportPartitionBy (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayAgg (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayAppend (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayConcat (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayConstructor (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayContains (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayFill (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayGet (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayIncludes (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayIntersects (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayLength (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayPosition (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayPositions (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayPrepend (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayRemove (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayRemoveIndex (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayReplace (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArraySet (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArraySlice (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayToString (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsArrayTrim (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsBinaryQuantize (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsBinaryVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsByteVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCascadeDeleteCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCaseInsensitiveLike (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCharCodeConversion (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSchemaCreation (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCircularCascadeDeleteCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsColumnCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCommentOn (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsConnectionLockTimeouts (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCosineDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCteInsertStrategy (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsDateTimeTruncation (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsDmlTargetColumnQualifier (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsDoubleVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsEuclideanDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsEuclideanSquaredDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExistsInSelectCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExpectedLobUsagePattern (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExtractDayOfWeekYearMonth (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFilterClause (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFloat16VectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFloatVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFormat (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFullJoin (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGenerateSeries (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGlobalTemporaryTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGlobalTemporaryTableIdentity (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByGroupingSets (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByRollup (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsHammingDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsHypotheticalSetFunctions (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsIdentityColumns (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsInnerProduct (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsInverseDistributionFunctions (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJaccardDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJdbcDriverProxying (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonAggregate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonArray (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonArrayAgg (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonArrayAppend (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonArrayInsert (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonComponentUpdate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonExists (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonInsert (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonMergepatch (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonObject (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonObjectAgg (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonQuery (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonQueryNestedPath (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonRemove (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonReplace (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonSet (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonValue (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonValueErrorBehavior (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsL2Norm (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsL2Normalize (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLobValueChangePropogation (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLocalTemporaryTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLocalTemporaryTableIdentity (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockingJoins (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockTimeouts (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsMedian (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedData (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedDataTypes (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNClob (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNoColumnInsert (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNonStandardNativeParameterRendering (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOffsetInSubquery (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInCorrelatedSubquery (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInSubquery (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsPadWithChar (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRealQueryLockTimeouts (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRecursiveCtes (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRegexpLike (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRepeat (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsReplace (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSelectLocking (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSequences (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSkipLocked (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSparseByteVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSparseDoubleVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSparseFloatVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStandardArrays (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStringAggregation (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructAggregate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructuralArrays (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryInOnClause (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryInSelect (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubvector (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTableCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTaxicabDistance (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTemporaryTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTimezoneTypes (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateWithCast (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTypedArrays (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSubqueryAsLeftHandSideInPredicate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnicodeNClob (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnion (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnnest (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUpsertOrMerge (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsValuesListForInsert (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsVectorDims (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsVectorNorm (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsVectorType (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWait (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWindowFunctions (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWithTies (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlagg (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlAggregate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlcomment (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlComponentUpdate (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlconcat (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlelement (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlexists (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlforest (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlpi (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlquery (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsXmlTable (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesInputStreamToInsertBlob (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesStandardCurrentTimestampFunction (implements org.hibernate.testing.orm.junit.DialectFeatureCheck)
- org.hibernate.testing.orm.junit.DialectFilterExtension (implements org.junit.jupiter.api.extension.ExecutionCondition)
- org.hibernate.testing.orm.junit.DomainModelExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestExecutionExceptionHandler, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl (implements java.lang.AutoCloseable, org.hibernate.testing.orm.junit.DomainModelScope)
- org.hibernate.testing.orm.junit.DomainModelParameterResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProvider (implements org.hibernate.service.spi.Configurable, org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.engine.jdbc.connections.internal.ConnectionValidator, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Stoppable)
- org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
- org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId (implements java.io.Serializable)
- org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest (implements org.hibernate.testing.orm.junit.EntityManagerFactoryProducer, org.hibernate.testing.orm.junit.EntityManagerFactoryScopeContainer)
- org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl (implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor)
- org.hibernate.testing.orm.junit.EntityManagerFactoryExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestExecutionExceptionHandler, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.EntityManagerFactoryParameterResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension (implements org.junit.jupiter.api.extension.AfterAllCallback, org.junit.jupiter.api.extension.TestExecutionExceptionHandler, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.domain.gambit.EntityOfArrays
- org.hibernate.testing.orm.domain.gambit.EntityOfBasics
- org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.hibernate.testing.orm.domain.gambit.EntityOfBasics.MutableValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.hibernate.testing.orm.domain.gambit.EntityOfComposites
- org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
- org.hibernate.testing.orm.domain.gambit.EntityOfLists
- org.hibernate.testing.orm.domain.gambit.EntityOfMaps
- org.hibernate.testing.orm.domain.gambit.EntityOfSets
- org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
- org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key (implements java.io.Serializable)
- org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
- org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
- org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
- org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
- org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
- org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
- org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
- org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK (implements java.io.Serializable)
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
- org.hibernate.testing.orm.domain.gambit.EnumValueConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.hibernate.testing.bytecode.enhancement.EverythingSelector (implements org.hibernate.testing.bytecode.enhancement.EnhancementSelector)
- org.hibernate.testing.util.ExceptionUtil
- org.hibernate.testing.async.ExecutableAdapter (implements java.lang.Runnable)
- org.hibernate.testing.orm.junit.ExpectedExceptionExtension (implements org.junit.jupiter.api.extension.TestExecutionExceptionHandler)
- org.junit.rules.ExternalResource (implements org.junit.rules.TestRule)
- org.hibernate.testing.junit4.ExtraAssertions
- org.hibernate.testing.orm.junit.ExtraAssertions
- org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<ROLE>
- org.hibernate.testing.orm.junit.FailureExpectedExtension (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.ExecutionCondition, org.junit.jupiter.api.extension.TestExecutionExceptionHandler)
- org.junit.runners.model.FrameworkMember<T> (implements org.junit.runners.model.Annotatable)
- org.junit.runners.model.FrameworkMethod
- org.hibernate.testing.jdbc.GradleParallelTestingConnectionCreatorFactoryImpl (implements org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorFactory)
- org.hibernate.testing.jdbc.GradleParallelTestingResolver
- org.hibernate.testing.cleaner.H2DatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter (implements org.hibernate.testing.jdbc.leak.IdleConnectionCounter)
- org.hibernate.testing.junit4.Helper
- org.jboss.byteman.rule.helper.Helper
- org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine<C> (implements org.junit.platform.engine.TestEngine)
- org.hibernate.testing.util.uuid.IdGeneratorCreationContext (implements org.hibernate.generator.GeneratorCreationContext)
- org.hibernate.testing.orm.domain.userguide.Image
- org.hibernate.testing.orm.junit.ImplicitListAsBagProvider (implements org.hibernate.testing.orm.junit.SettingProvider.Provider<S>)
- org.hibernate.testing.orm.junit.ImplicitListAsListProvider (implements org.hibernate.testing.orm.junit.SettingProvider.Provider<S>)
- org.hibernate.testing.orm.domain.helpdesk.Incident
- org.hibernate.testing.orm.domain.userguide.tooling.Item
- org.hibernate.testing.boot.JdbcConnectionAccessImpl (implements org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess)
- org.hibernate.testing.cleaner.JdbcConnectionContext
- org.hibernate.testing.jdbc.JdbcMocks
- org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler (implements java.lang.reflect.InvocationHandler)
- org.hibernate.testing.jdbc.JdbcMocks.Options
- org.hibernate.testing.jdbc.JdbcMocks.PreparedStatementHandler (implements java.lang.reflect.InvocationHandler)
- org.hibernate.testing.jdbc.JdbcProperties
- org.hibernate.testing.jdbc.JdbcSpies
- org.hibernate.testing.jdbc.JdbcSpies.SpyContext
- org.hibernate.testing.orm.JournalingGenerationTarget (implements org.hibernate.tool.schema.spi.GenerationTarget)
- org.hibernate.testing.jta.JtaAwareConnectionProviderImpl (implements org.hibernate.service.spi.Configurable, org.hibernate.engine.jdbc.connections.spi.ConnectionProvider, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Stoppable)
- org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.ConnectionWrapper (implements java.sql.Connection)
- org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper (implements javax.transaction.xa.XAResource)
- org.hibernate.testing.orm.junit.JUnitHelper
- org.hibernate.testing.orm.domain.retail.LineItem
- org.jboss.logging.Logger (implements org.jboss.logging.BasicLogger, java.io.Serializable)
- org.hibernate.testing.orm.logger.LoggerInspectionExtension (implements org.junit.jupiter.api.extension.AfterEachCallback)
- org.hibernate.testing.orm.logger.LoggerInspectionExtension.LoggerInspectionRuleBuilder
- org.hibernate.testing.orm.junit.LoggingInspectionsExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.LoggingInspectionsScope
- org.hibernate.testing.orm.junit.LoggingInspectionsScopeResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.logger.LogInspectionHelper
- org.hibernate.testing.cache.MapStorageAccessImpl (implements org.hibernate.cache.spi.support.DomainDataStorageAccess)
- org.hibernate.testing.orm.junit.MessageKeyInspectionExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.MessageKeyWatcherImpl (implements org.hibernate.testing.logger.LogListener, org.hibernate.testing.orm.junit.MessageKeyWatcher)
- org.hibernate.testing.orm.junit.MessageKeyWatcherResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.boot.MetadataBuildingContextTestingImpl (implements org.hibernate.boot.spi.MetadataBuildingContext)
- org.hibernate.testing.orm.domain.MonetaryAmountConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.hibernate.testing.orm.domain.gambit.MutableValue (implements java.io.Serializable)
- org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter (implements org.hibernate.testing.jdbc.leak.IdleConnectionCounter)
- org.hibernate.testing.orm.domain.animal.Name
- org.hibernate.testing.orm.domain.retail.Name
- org.hibernate.testing.orm.junit.NotImplementedYetExtension (implements org.junit.jupiter.api.extension.AfterEachCallback, org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.ExecutionCondition, org.junit.jupiter.api.extension.TestExecutionExceptionHandler)
- org.hibernate.testing.cleaner.OracleDatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter (implements org.hibernate.testing.jdbc.leak.IdleConnectionCounter)
- org.hibernate.testing.orm.domain.retail.Order
- org.hibernate.testing.orm.domain.userguide.tooling.Order
- org.hibernate.testing.bytecode.enhancement.PackageSelector (implements org.hibernate.testing.bytecode.enhancement.EnhancementSelector)
- org.hibernate.testing.orm.domain.userguide.Partner
- org.hibernate.testing.orm.domain.retail.Payment
- org.hibernate.testing.orm.domain.userguide.Payment
- org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter (implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor)
- org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter (implements jakarta.persistence.spi.PersistenceUnitInfo)
- org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter (implements jakarta.persistence.spi.PersistenceUnitInfo)
- org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl (implements jakarta.persistence.spi.PersistenceUnitInfo)
- org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper (implements jakarta.persistence.spi.PersistenceUnitInfo)
- org.hibernate.testing.orm.domain.library.Person
- org.hibernate.testing.orm.domain.userguide.Person
- org.hibernate.testing.orm.domain.userguide.PersonNames
- org.hibernate.testing.orm.domain.userguide.PersonPhoneCount
- org.hibernate.testing.orm.domain.userguide.Phone
- org.hibernate.testing.orm.domain.contacts.PhoneNumber
- org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter (implements org.hibernate.testing.jdbc.leak.IdleConnectionCounter)
- org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProviderSettingProvider (implements org.hibernate.testing.orm.junit.SettingProvider.Provider<S>)
- org.hibernate.testing.orm.domain.retail.Product
- org.hibernate.testing.util.ReflectionUtil
- org.hibernate.testing.jdbc.ResultSetUtil
- org.junit.runner.Runner (implements org.junit.runner.Describable)
- org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable)
- org.junit.runners.BlockJUnit4ClassRunner
- org.junit.runners.Suite
- org.hibernate.testing.util.uuid.SafeRandomUUIDGenerator
- org.hibernate.testing.orm.domain.retail.SalesAssociate
- org.hibernate.testing.schema.SchemaCreateHelper
- org.hibernate.testing.schema.SchemaDropHelper
- org.hibernate.testing.schema.SchemaUpdateHelper
- org.hibernate.testing.schema.SchemaValidateHelper
- org.hibernate.testing.ServiceRegistryBuilder
- org.hibernate.testing.orm.junit.ServiceRegistryExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestExecutionExceptionHandler, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.util.ServiceRegistryUtil
- org.hibernate.testing.orm.junit.SessionFactoryExtension (implements org.junit.jupiter.api.extension.BeforeEachCallback, org.junit.jupiter.api.extension.TestExecutionExceptionHandler, org.junit.jupiter.api.extension.TestInstancePostProcessor)
- org.hibernate.testing.orm.junit.SessionFactoryParameterResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver (implements org.junit.jupiter.api.extension.ParameterResolver)
- org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator (implements org.hibernate.integrator.spi.Integrator)
- org.hibernate.testing.orm.domain.gambit.Shirt
- org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter (implements jakarta.persistence.AttributeConverter<X,Y>)
- org.hibernate.testing.orm.domain.gambit.SimpleBasicSortComparator (implements java.util.Comparator<T>)
- org.hibernate.testing.orm.domain.gambit.SimpleComponent
- org.hibernate.testing.orm.domain.gambit.SimpleEntity
- org.hibernate.testing.Skip.AlwaysSkip (implements org.hibernate.testing.Skip.Matcher)
- org.hibernate.testing.Skip.OperatingSystem.Windows (implements org.hibernate.testing.Skip.Matcher)
- org.hibernate.testing.SkipLog
- org.hibernate.testing.cleaner.SQLServerDatabaseCleaner (implements org.hibernate.testing.cleaner.DatabaseCleaner)
- org.hibernate.testing.jdbc.SQLStatementInspector (implements org.hibernate.resource.jdbc.spi.StatementInspector)
- org.hibernate.testing.jdbc.SQLStatementInterceptor
- org.junit.runners.model.Statement
- org.hibernate.testing.orm.domain.animal.StateProvince
- org.hibernate.testing.cache.StrategyRegistrationProviderImpl (implements org.hibernate.boot.registry.selector.StrategyRegistrationProvider)
- org.hibernate.testing.logger.TestableLoggerProvider (implements org.jboss.logging.LoggerProvider)
- org.hibernate.testing.junit4.TestClassMetadata
- org.hibernate.testing.env.TestingDatabaseInfo
- org.hibernate.testing.jta.TestingJtaBootstrap (implements org.hibernate.testing.orm.junit.SettingConfiguration.Configurer)
- org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder (implements org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder)
- org.hibernate.testing.orm.junit.TestingUtil
- org.hibernate.testing.util.TestPathHelper
- java.lang.Throwable (implements java.io.Serializable)
- org.hibernate.testing.orm.domain.helpdesk.Ticket
- org.hibernate.testing.async.TimedExecutor
- org.hibernate.testing.orm.transaction.TransactionUtil
- org.hibernate.testing.transaction.TransactionUtil
- org.hibernate.testing.transaction.TransactionUtil2
- org.hibernate.testing.logger.TriggerOnPrefixLogListener (implements org.hibernate.testing.logger.LogListener, org.hibernate.testing.logger.Triggerable)
- org.hibernate.testing.orm.UnclosedFixtureResourcesLogging
- org.hibernate.testing.orm.domain.retail.Vendor
- org.hibernate.testing.orm.domain.gambit.VersionedEntity
- org.hibernate.testing.orm.domain.animal.Zoo
- org.hibernate.testing.orm.domain.animal.PettingZoo
Annotation Interface Hierarchy