Class Hierarchy
- java.lang.Object
- 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.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.SupportsParametersInInsertSelectCheck (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.ServiceRegistryBuilder
- 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
Interface Hierarchy
- org.hibernate.testing.DialectCheck
- org.hibernate.testing.Skip.Matcher
- org.hibernate.testing.Skip.OperatingSystem
Annotation Type Hierarchy
- org.hibernate.testing.AfterClassOnce (implements java.lang.annotation.Annotation)
- org.hibernate.testing.BeforeClassOnce (implements java.lang.annotation.Annotation)
- org.hibernate.testing.FailureExpected (implements java.lang.annotation.Annotation)
- org.hibernate.testing.OnExpectedFailure (implements java.lang.annotation.Annotation)
- org.hibernate.testing.OnFailure (implements java.lang.annotation.Annotation)
- org.hibernate.testing.RequiresDialect (implements java.lang.annotation.Annotation)
- org.hibernate.testing.RequiresDialectFeature (implements java.lang.annotation.Annotation)
- org.hibernate.testing.RequiresDialects (implements java.lang.annotation.Annotation)
- org.hibernate.testing.Skip (implements java.lang.annotation.Annotation)
- org.hibernate.testing.SkipForDialect (implements java.lang.annotation.Annotation)
- org.hibernate.testing.SkipForDialects (implements java.lang.annotation.Annotation)
- org.hibernate.testing.TestForIssue (implements java.lang.annotation.Annotation)