A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACTION_COMPLETED_TXN - Static variable in class org.hibernate.testing.transaction.TransactionUtil2
- addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- addSettings(Map) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- addTransformer(ClassTransformer) - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- after() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
- afterBootstrapServiceRegistryBuilt(BootstrapServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
Hook to allow tests to use the BootstrapServiceRegistry if they wish
- AfterClassCallbackHandler - Class in org.hibernate.testing.junit4
- AfterClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.AfterClassCallbackHandler
- AfterClassOnce - Annotation Type in org.hibernate.testing
-
Annotation used to mark a method which should be run once after the last test execution for the given class.
- afterConfigurationBuilt(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- afterMetadataBuilt(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- afterMetadataSourcesApplied(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- afterSessionFactoryBuilt() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- afterSessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- afterStandardServiceRegistryBuilt(StandardServiceRegistry) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
Hook to allow tests to use the StandardServiceRegistry if they wish
- afterTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- afterTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
-
After transaction completion function
- afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
-
After transaction completion function
- afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
-
After transaction completion function
- afterTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
-
After transaction completion function
- AlwaysSkip() - Constructor for class org.hibernate.testing.Skip.AlwaysSkip
- annotationType() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
- appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
- appliesTo(Class<? extends Dialect>) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
-
Specifies which Dialect the counter applies to.
- appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
- appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
- appliesTo(Class<? extends Dialect>) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
- apply(Statement, FrameworkMethod, Object) - Method in class org.hibernate.testing.junit4.ClassLoadingIsolater
- applyCacheSettings(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- assertAllDataRemoved() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- assertClassAssignability(Class, Class) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
- assertExecuted(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
- assertExecutedCount(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
- assertJdbcTypeCode(int, int) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
- assertNoLeaks() - Method in class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
- assertNoLeaks() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
- assertTyping(Class<T>, Object) - Static method in class org.hibernate.testing.junit4.ExtraAssertions
- augmentConfigurationSettings(Properties) - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
B
- BaseCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
-
Applies functional testing logic for core Hibernate testing on top of
BaseUnitTestCase
- BaseCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- BaseCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
- BaseNonConfigCoreFunctionalTestCase - Class in org.hibernate.testing.junit4
-
Applies functional testing logic for core Hibernate testing on top of
BaseUnitTestCase
. - BaseNonConfigCoreFunctionalTestCase() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- BaseNonConfigCoreFunctionalTestCase.RollbackWork - Class in org.hibernate.testing.junit4
- BaseTransactionIsolationConfigTest - Class in org.hibernate.testing.common.connections
- BaseTransactionIsolationConfigTest() - Constructor for class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- BaseUnitTestCase - Class in org.hibernate.testing.junit4
-
The base unit test adapter.
- BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
- BasicTestingJdbcServiceImpl - Class in org.hibernate.testing.boot
-
Implementation of the
JdbcServices
contract for use by tests. - BasicTestingJdbcServiceImpl() - Constructor for class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- before() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
- BeforeClassCallbackHandler - Class in org.hibernate.testing.junit4
- BeforeClassCallbackHandler(CustomRunner, Statement) - Constructor for class org.hibernate.testing.junit4.BeforeClassCallbackHandler
- BeforeClassOnce - Annotation Type in org.hibernate.testing
-
Annotation used to mark a method which should be run once before the first test execution for the given class.
- beforeTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- beforeTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionConsumer
-
Before transaction completion function
- beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.HibernateTransactionFunction
-
Before transaction completion function
- beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionFunction
-
Before transaction completion function
- beforeTransactionCompletion() - Method in interface org.hibernate.testing.transaction.TransactionUtil.JPATransactionVoidFunction
-
Before transaction completion function
- biDirectionalAssociationManagement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
- BootstrapContextImpl - Class in org.hibernate.testing.boot
- buildBaseConfiguration() - Static method in class org.hibernate.testing.env.TestingDatabaseInfo
- buildBootstrapServiceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- buildConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- buildConnection() - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- buildConnectionProvider() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- buildConnectionProvider(boolean) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- buildConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- buildDataSourceConnectionProvider(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- buildDialect(Map, DialectResolutionInfoSource) - Method in class org.hibernate.testing.boot.DialectFactoryTestingImpl
- buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.testing.cache.CachingRegionFactory
- buildIsolatedClassLoader() - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
- buildResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
- buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
- buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- buildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- BytecodeEnhancerRunner - Class in org.hibernate.testing.bytecode.enhancement
- BytecodeEnhancerRunner(Class<?>) - Constructor for class org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
- BytemanHelper - Class in org.hibernate.testing.byteman
- BytemanHelper(Rule) - Constructor for class org.hibernate.testing.byteman.BytemanHelper
C
- CachingRegionFactory - Class in org.hibernate.testing.cache
- CachingRegionFactory() - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
- CachingRegionFactory(Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
- CachingRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
- CachingRegionFactory(CacheKeysFactory, Properties) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
- CallbackException - Exception in org.hibernate.testing.junit4
-
Indicates an exception while performing a callback on the test
- CallbackException(Method) - Constructor for exception org.hibernate.testing.junit4.CallbackException
- CallbackException(Method, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
- CallbackException(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
- CallbackException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.CallbackException
- canCacheTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- canCacheUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- CaseSensitiveCheck() - Constructor for class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
- checkDirtyTracking(Object, String...) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
-
compares the dirty fields of an entity with a set of expected values
- classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
- ClassEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
- ClassEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
- classForName(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
- ClassLoaderAccessTestingImpl - Class in org.hibernate.testing.boot
- ClassLoaderAccessTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
- ClassLoaderServiceTestingImpl - Class in org.hibernate.testing.boot
- ClassLoaderServiceTestingImpl() - Constructor for class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
- ClassLoadingIsolater - Class in org.hibernate.testing.junit4
- ClassLoadingIsolater(ClassLoadingIsolater.IsolatedClassLoaderProvider) - Constructor for class org.hibernate.testing.junit4.ClassLoadingIsolater
- ClassLoadingIsolater.IsolatedClassLoaderProvider - Interface in org.hibernate.testing.junit4
- ClassSelector - Class in org.hibernate.testing.bytecode.enhancement
-
EnhancementSelector based on class name
- ClassSelector(String) - Constructor for class org.hibernate.testing.bytecode.enhancement.ClassSelector
- cleanupCache() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- cleanupCache() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- cleanupTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- cleanupTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- cleanupTestData() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- clear() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
- clearCache(SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- clearDirtyTracking(Object) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
-
clears the dirty set for an entity
- clearMdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- clearNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- closeConnection(Connection) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- closeConnection(Connection) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- collectAnnotations(Class<S>, Class<P>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
- collectInitializationErrors(List<Throwable>) - Method in class org.hibernate.testing.junit4.CustomRunner
- comment() - Method in annotation type org.hibernate.testing.RequiresDialect
-
Comment describing the reason why the dialect is required.
- comment() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
-
Comment describing the reason why the feature is required.
- comment() - Method in annotation type org.hibernate.testing.SkipForDialect
-
Comment describing the reason for the skip.
- commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
- condition() - Method in annotation type org.hibernate.testing.Skip
-
The condition which causes a skip
- configuration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- configure(Map) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- configure(Map) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- configure(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- configureBootstrapServiceRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
Apply any desired config to the BootstrapServiceRegistryBuilder to be incorporated into the built BootstrapServiceRegistry
- configureMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- configureSessionFactoryBuilder(SessionFactoryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- configureStandardServiceRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
-
Apply any desired config to the StandardServiceRegistryBuilder to be incorporated into the built StandardServiceRegistry
- ConnectionBuilder() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- ConnectionBuilder(JdbcMocks.Options) - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- ConnectionLeakException - Exception in org.hibernate.testing.jdbc.leak
- ConnectionLeakException() - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
- ConnectionLeakException(String) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
- ConnectionLeakException(String, Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
- ConnectionLeakException(String, Throwable, boolean, boolean) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
- ConnectionLeakException(Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
- ConnectionLeakUtil - Class in org.hibernate.testing.jdbc.leak
- ConnectionLeakUtil() - Constructor for class org.hibernate.testing.jdbc.leak.ConnectionLeakUtil
- ConnectionProviderBuilder - Class in org.hibernate.testing.env
-
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
- ConnectionProviderBuilder() - Constructor for class org.hibernate.testing.env.ConnectionProviderBuilder
- ConnectionProviderDelegate - Class in org.hibernate.testing.jdbc
-
This
ConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties. - ConnectionProviderDelegate() - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- ConnectionProviderDelegate(ConnectionProvider) - Constructor for class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- constructAndConfigureConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- constructConfiguration() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- constructStandardServiceRegistryBuilder() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- contains(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
- count(Connection) - Method in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
- count(Connection) - Method in interface org.hibernate.testing.jdbc.leak.IdleConnectionCounter
-
Count the number of idle connections.
- count(Connection) - Method in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
- count(Connection) - Method in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
- count(Connection) - Method in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
- COUNTER - Static variable in class org.hibernate.testing.byteman.BytemanHelper
- countInvocation() - Method in class org.hibernate.testing.byteman.BytemanHelper
- create(Metadata) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- create(Metadata, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- create(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- createConnection(String, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
- createConnection(String, int, int) - Static method in class org.hibernate.testing.jdbc.JdbcMocks
- createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
-
Create additional H2 schema.
- createH2Schema(String, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
- createOnly(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
- createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- createSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
-
Feature supported only by H2 dialect.
- createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
- createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
- CustomEnhancementContext - Annotation Type in org.hibernate.testing.bytecode.enhancement
- CustomParameterized - Class in org.hibernate.testing.junit4
-
Allows the
CustomRunner
features in parameterized tests. - CustomParameterized(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomParameterized
-
Only called reflectively.
- CustomParameterized.Order - Annotation Type in org.hibernate.testing.junit4
- CustomRunner - Class in org.hibernate.testing.junit4
-
The Hibernate-specific
Runner
implementation which layersExtendedFrameworkMethod
support on top of the standard JUnitFrameworkMethod
for extra information after checking to make sure the test should be run. - CustomRunner(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomRunner
- CustomRunner.IgnoreImpl - Class in org.hibernate.testing.junit4
D
- DATA_SOURCE - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- DataSourceStub - Class in org.hibernate.testing.jdbc
- DataSourceStub(String) - Constructor for class org.hibernate.testing.jdbc.DataSourceStub
- DEFAULT_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
- DelegatingPersistenceUnitInfo - Class in org.hibernate.testing.util.jpa
- DelegatingPersistenceUnitInfo(PersistenceUnitInfo) - Constructor for class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- destroy(ServiceRegistry) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
- DIALECT - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
- DIALECT - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- DialectCheck - Interface in org.hibernate.testing
-
Defines a means to check
Dialect
features for use in "test protection" checks. - DialectChecks - Class in org.hibernate.testing
-
Container class for different implementation of the
DialectCheck
interface. - DialectChecks() - Constructor for class org.hibernate.testing.DialectChecks
- DialectChecks.CaseSensitiveCheck - Class in org.hibernate.testing
- DialectChecks.DoesNotSupportFollowOnLocking - Class in org.hibernate.testing
- DialectChecks.DoesNotSupportRowValueConstructorSyntax - Class in org.hibernate.testing
- DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
- DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
- DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
- DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
- DialectChecks.DoubleQuoteQuoting - Class in org.hibernate.testing
- DialectChecks.ForceLobAsLastValue - Class in org.hibernate.testing
- DialectChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing
- DialectChecks.SupportCatalogCreation - Class in org.hibernate.testing
- DialectChecks.SupportDropConstraints - Class in org.hibernate.testing
- DialectChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing
- DialectChecks.SupportLimitCheck - Class in org.hibernate.testing
- DialectChecks.SupportNonQueryValuesListWithCTE - Class in org.hibernate.testing
- DialectChecks.SupportNoWait - Class in org.hibernate.testing
- DialectChecks.SupportPartitionBy - Class in org.hibernate.testing
- DialectChecks.SupportRowValueConstructorSyntaxInInList - Class in org.hibernate.testing
- DialectChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing
- DialectChecks.SupportSchemaCreation - Class in org.hibernate.testing
- DialectChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing
- DialectChecks.SupportsColumnCheck - Class in org.hibernate.testing
- DialectChecks.SupportsEmptyInListCheck - Class in org.hibernate.testing
- DialectChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing
- DialectChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing
- DialectChecks.SupportsIdentityColumns - Class in org.hibernate.testing
- DialectChecks.SupportsJdbcDriverProxying - Class in org.hibernate.testing
- DialectChecks.SupportSkipLocked - Class in org.hibernate.testing
- DialectChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing
- DialectChecks.SupportsLockTimeouts - Class in org.hibernate.testing
- DialectChecks.SupportsNClob - Class in org.hibernate.testing
- DialectChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing
- DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing
- DialectChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing
- DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck - Class in org.hibernate.testing
- DialectChecks.SupportsSequences - Class in org.hibernate.testing
- DialectChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing
- DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing
- DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList - Class in org.hibernate.testing
- DialectChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing
- DialectFactoryTestingImpl - Class in org.hibernate.testing.boot
- DialectFactoryTestingImpl() - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
- DialectFactoryTestingImpl(Dialect) - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
- doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- doComputation() - Method in class org.hibernate.testing.junit4.CustomRunner
- doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- DoesNotSupportFollowOnLocking() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
- DoesNotSupportRowValueConstructorSyntax() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
- DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
- DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
- DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
- DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
- doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- doInHibernate(Supplier<SessionFactory>, String, Consumer<Session>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction without return value and for a given tenant
- doInHibernate(Supplier<SessionFactory>, String, Function<Session, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction for a given tenant and return a value
- doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction without return value
- doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction
- doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction without return value
- doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a Hibernate transaction
- doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a JPA transaction
- doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a JPA transaction
- doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a JPA transaction without return value
- doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Execute function in a JPA transaction without return value
- doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
- doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
- DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
- DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
- drop(Metadata) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
- drop(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
- drop(MetadataImplementor, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
E
- EmptyResultSetHandler() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
- end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- EnhancementOptions - Annotation Type in org.hibernate.testing.bytecode.enhancement
- EnhancementSelector - Interface in org.hibernate.testing.bytecode.enhancement
-
Used by
BytecodeEnhancerRunner
to determine which classes should be enhanced. - EnhancerTestContext - Class in org.hibernate.testing.bytecode.enhancement
-
Enhancement context used in tests
- EnhancerTestContext() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- EnhancerTestUtils - Class in org.hibernate.testing.bytecode.enhancement
-
utility class to use in bytecode enhancement tests
- EnhancerTestUtils() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
- equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- evaluate() - Method in class org.hibernate.testing.junit4.AfterClassCallbackHandler
- evaluate() - Method in class org.hibernate.testing.junit4.BeforeClassCallbackHandler
- EverythingSelector - Class in org.hibernate.testing.bytecode.enhancement
- EverythingSelector() - Constructor for class org.hibernate.testing.bytecode.enhancement.EverythingSelector
- evictData() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- evictData(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- ExceptionUtil - Class in org.hibernate.testing.util
- ExceptionWrapper(Throwable) - Constructor for exception org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper
- excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- Executable - Interface in org.hibernate.testing.async
-
Something we want to perform with protection to time it out.
- ExecutableAdapter - Class in org.hibernate.testing.async
- ExecutableAdapter(Executable) - Constructor for class org.hibernate.testing.async.ExecutableAdapter
- ExecutableAdapter.ExceptionWrapper - Exception in org.hibernate.testing.async
- execute() - Method in interface org.hibernate.testing.async.Executable
-
Perform the action
- execute(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
- execute(Connection) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
- execute(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
- executeAsync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
- executeSync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
- executorService - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
- extendedEnhancement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
- ExtendedFrameworkMethod - Class in org.hibernate.testing.junit4
-
Defines an extension to the standard JUnit
FrameworkMethod
information about a test method. - ExtendedFrameworkMethod(FrameworkMethod, Ignore, FailureExpected) - Constructor for class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- ExtraAssertions - Class in org.hibernate.testing.junit4
- extractIgnoreMessage(FailureExpected, FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
- extractMessage(FailureExpected) - Static method in class org.hibernate.testing.junit4.Helper
- extractMethodName(Method) - Static method in class org.hibernate.testing.junit4.Helper
-
Extract a nice method name representation for display
- extractResults(ResultSet) - Static method in class org.hibernate.testing.jdbc.ResultSetUtil
- extractTestName(FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
-
Extract a nice test name representation for display
F
- FailureExpected - Annotation Type in org.hibernate.testing
-
Annotation used to mark a test as an expected failure.
- findCause(Throwable, Class<? extends Throwable>) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Get a specific cause.
- findCurrentTransaction() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- ForceLobAsLastValue() - Constructor for class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
- forget(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- forUnitTesting() - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
- forUnitTesting(Map) - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
- fromSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- fromSession(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- fromTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- fromTransaction(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- fromTransaction(SessionImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
G
- getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- getArchiveDescriptorFactory() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getAttributeConverters() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getBootstrapContext() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getBuildingOptions() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getCacheRegionDefinitions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getClassLoaderAccess() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getClassLoaderAccess() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getClassmateContext() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getConnection() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- getConnection() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getConnection() - Method in class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
- getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- getConnection(String, String) - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- getDialect() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getDialect() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- getField(Class, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field from a given class
- getFieldByReflection(Object, String) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
- getFieldValue(Object, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field value from a given object
- getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- getId() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getInstance() - Static method in class org.hibernate.testing.util.ExceptionUtil
- getJandexView() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getJpaCompliance() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getJpaConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- getJpaConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
- getJpaTempClassLoader() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getLobCreator(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- getLoginTimeout() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getLogWriter() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- getMetadataBuildingOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getMetadataCollector() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- getMethod(Object, String, Class...) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get target method
- getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- getOrMakeDataMap() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- getParentLogger() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- getPassword() - Method in class org.hibernate.testing.jdbc.JdbcProperties
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getProperties() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getReflectionManager() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getResultSetWrapper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getScanEnvironment() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getScanner() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getScanOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getServiceRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- getSetter(Object, String, Class<?>) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get setter method
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getSqlExceptionHelper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getSqlFunctions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getSqlQueries() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
- getSqlStatementLogger() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- getStaticFieldValue(Class<?>, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Get a field value from a given class
- getStrategyRegistrations() - Method in class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
- getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
- getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
- getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getTypeConfiguration() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- getUrl() - Method in class org.hibernate.testing.jdbc.JdbcProperties
- getUser() - Method in class org.hibernate.testing.jdbc.JdbcProperties
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- globalTimeout - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
H
- H2IdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
- H2IdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
- hashCode() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
- Helper - Class in org.hibernate.testing.junit4
-
Centralized utility functionality
I
- IdleConnectionCounter - Interface in org.hibernate.testing.jdbc.leak
- IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
- impl() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ImplEnhancementSelector
- ImplEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
- ImplEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
- includeSubPackages() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelector
- initialize(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- inlineDirtyChecking() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
- inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- inSession(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- INSTANCE - Static variable in class org.hibernate.testing.boot.BootstrapContextImpl
- INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
-
Singleton access
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.JdbcProperties
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
- INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
- INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaBootstrap
- INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- inStatelessSession(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- inStatelessSession(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- inStatelessTransaction(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- inStatelessTransaction(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- inStatelessTransaction(StatelessSession, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- inTransaction(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
- InvalidMethodForAnnotationException - Exception in org.hibernate.testing.junit4
-
Indicates that an annotations was attached to a method incorrectly.
- InvalidMethodForAnnotationException(String) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
- InvalidMethodForAnnotationException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
- invoke(Object, Method, Object[]) - Method in class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
- invokeExplosively(Object, Object...) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- isAllTestsIgnored() - Method in class org.hibernate.testing.junit4.CustomRunner
- isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- isCleanupTestDataUsingBulkDelete() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- isConnectionClose(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Was the given exception caused by a SQL connection close
- isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
- isEnabled(Logger.Level) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
- isJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- isLazyLoadable(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
- isMatch() - Method in class org.hibernate.testing.Skip.AlwaysSkip
- isMatch() - Method in interface org.hibernate.testing.Skip.Matcher
-
Do we have a match to the underlying condition?
- isMatch() - Method in class org.hibernate.testing.Skip.OperatingSystem.Windows
- isMatch(Dialect) - Method in interface org.hibernate.testing.DialectCheck
-
Does the given dialect match the defined check?
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportCatalogCreation
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportDropConstraints
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportNonQueryValuesListWithCTE
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportNoWait
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportPartitionBy
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportRowValueConstructorSyntaxInInList
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSchemaCreation
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsColumnCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSkipLocked
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsNClob
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSequences
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList
- isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
- isMatch(Dialect) - Method in class org.hibernate.testing.env.ConnectionProviderBuilder
- isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
-
Standard string content checking.
- isSameRM(XAResource) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- isShadowedBy(FrameworkMethod) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- isSqlLockTimeout(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Was the given exception caused by a SQL lock timeout?
- isUnwrappableAs(Class) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- isUnwrappableAs(Class) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- isWrapperFor(Class<?>) - Method in class org.hibernate.testing.jdbc.DataSourceStub
J
- JdbcConnectionAccessImpl - Class in org.hibernate.testing.boot
- JdbcConnectionAccessImpl(ConnectionProvider) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
- JdbcConnectionAccessImpl(ServiceRegistry) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
- JdbcMocks - Class in org.hibernate.testing.jdbc
- JdbcMocks() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks
- JdbcMocks.ConnectionBuilder - Class in org.hibernate.testing.jdbc
- JdbcMocks.EmptyResultSetHandler - Class in org.hibernate.testing.jdbc
- JdbcMocks.Options - Class in org.hibernate.testing.jdbc
- JdbcProperties - Class in org.hibernate.testing.jdbc
- JdbcProperties() - Constructor for class org.hibernate.testing.jdbc.JdbcProperties
- jiraKey() - Method in annotation type org.hibernate.testing.FailureExpected
-
The key of a JIRA issue which covers this expected failure.
- jiraKey() - Method in annotation type org.hibernate.testing.RequiresDialect
-
The key of a JIRA issue which relates this this restriction
- jiraKey() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
-
The key of a JIRA issue which relates this this feature requirement.
- jiraKey() - Method in annotation type org.hibernate.testing.SkipForDialect
-
The key of a JIRA issue which covers the reason for this skip.
- jiraKey() - Method in annotation type org.hibernate.testing.TestForIssue
-
The key of a JIRA issue tested.
- JtaAwareConnectionProviderImpl - Class in org.hibernate.testing.jta
-
A
ConnectionProvider
implementation intended for testing Hibernate/JTA interaction. - JtaAwareConnectionProviderImpl() - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- JtaAwareConnectionProviderImpl.XAResourceWrapper - Class in org.hibernate.testing.jta
L
- lazyLoading() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
- locateAnnotation(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
- locateResource(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
- locateTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- locateUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- log - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
- Log4J2DelegatingLogger - Class in org.hibernate.testing.logger
-
A
Logger
implementation which delegates to Log4J2 but makes it possible to test for events being logged (not logged). - loggedEvent(Logger.Level, String, Throwable) - Method in interface org.hibernate.testing.logger.LogListener
- LoggerInspectionRule - Class in org.hibernate.testing.logger
- LoggerInspectionRule(BasicLogger) - Constructor for class org.hibernate.testing.logger.LoggerInspectionRule
- LogListener - Interface in org.hibernate.testing.logger
M
- makeEntityEntry() - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
- makeProxy() - Static method in class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
- MapStorageAccessImpl - Class in org.hibernate.testing.cache
-
StorageAccess impl wrapping a simple data Map (ConcurrentMap)
- MapStorageAccessImpl() - Constructor for class org.hibernate.testing.cache.MapStorageAccessImpl
- markAsJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- message() - Method in annotation type org.hibernate.testing.FailureExpected
-
A message explaining the reason for the expected failure.
- message() - Method in annotation type org.hibernate.testing.Skip
-
A message describing the reason for the skip
- metadata() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- MetadataBuildingContextTestingImpl - Class in org.hibernate.testing.boot
- MetadataBuildingContextTestingImpl() - Constructor for class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- MetadataBuildingContextTestingImpl(StandardServiceRegistry) - Constructor for class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
- methodBlock(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
- MySQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
- MySQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
N
- newInstance(String) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
New target Object instance using the given Class name
- newInstance(Supplier<Constructor<T>>, Object...) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
New target Object instance using the given arguments
- NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
O
- obtainConnection() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
- OnExpectedFailure - Annotation Type in org.hibernate.testing
-
Annotation used to identify a method as a callback to be executed whenever a
FailureExpected
is handled. - onFailure() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- onFailure() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- OnFailure - Annotation Type in org.hibernate.testing
-
Annotation used to identify a method as a callback to be executed on test failures.
- openSession() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- openSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- Options() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.Options
- OracleIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
- OracleIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
- org.hibernate.testing - package org.hibernate.testing
- org.hibernate.testing.async - package org.hibernate.testing.async
- org.hibernate.testing.boot - package org.hibernate.testing.boot
- org.hibernate.testing.bytecode.enhancement - package org.hibernate.testing.bytecode.enhancement
- org.hibernate.testing.byteman - package org.hibernate.testing.byteman
- org.hibernate.testing.cache - package org.hibernate.testing.cache
- org.hibernate.testing.common.connections - package org.hibernate.testing.common.connections
- org.hibernate.testing.env - package org.hibernate.testing.env
- org.hibernate.testing.jdbc - package org.hibernate.testing.jdbc
- org.hibernate.testing.jdbc.leak - package org.hibernate.testing.jdbc.leak
- org.hibernate.testing.jta - package org.hibernate.testing.jta
- org.hibernate.testing.junit4 - package org.hibernate.testing.junit4
- org.hibernate.testing.logger - package org.hibernate.testing.logger
- org.hibernate.testing.schema - package org.hibernate.testing.schema
- org.hibernate.testing.transaction - package org.hibernate.testing.transaction
- org.hibernate.testing.util - package org.hibernate.testing.util
- org.hibernate.testing.util.jpa - package org.hibernate.testing.util.jpa
- overrideCacheStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
P
- PackageEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
- PackageEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
- PackageSelector - Class in org.hibernate.testing.bytecode.enhancement
-
EnhancementSelector based on package name
- PackageSelector(String) - Constructor for class org.hibernate.testing.bytecode.enhancement.PackageSelector
- PASS - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- PASS - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
- peekNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- performAfterClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
- performBeforeClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
- performOnExpectedFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
- performOnFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
- PersistenceUnitInfoAdapter - Class in org.hibernate.testing.util.jpa
- PersistenceUnitInfoAdapter() - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- PersistenceUnitInfoAdapter(Properties) - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
- PersistenceUnitInfoPropertiesWrapper - Class in org.hibernate.testing.util.jpa
-
TODO : javadoc
- PersistenceUnitInfoPropertiesWrapper() - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- PersistenceUnitInfoPropertiesWrapper(Properties) - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
- popNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- PostgreSQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
- PostgreSQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
- prepare() - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
- prepare(boolean) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- prepare(Map) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
- prepare(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- prepare(StandardServiceRegistryBuilder) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
- prepareBasicRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- prepareForUse(SessionFactoryOptions, Map) - Method in class org.hibernate.testing.cache.CachingRegionFactory
- prepareTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- prepareTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- pushNdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- putMdc(String, Object) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
R
- readCommittedIsolationMaintained(String) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- rebuildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- recover(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- ReflectionUtil - Class in org.hibernate.testing.util
- ReflectionUtil() - Constructor for class org.hibernate.testing.util.ReflectionUtil
- registerListener(LogListener) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
- release() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- release() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
- release() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- releaseConnection(Connection) - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
- releaseFromUse() - Method in class org.hibernate.testing.cache.CachingRegionFactory
- releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
- releaseResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- releaseSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- releaseTransactions() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
- removeFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
- removeMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- reportSkip(String) - Static method in class org.hibernate.testing.SkipLog
- reportSkip(String, String) - Static method in class org.hibernate.testing.SkipLog
- RequiresDialect - Annotation Type in org.hibernate.testing
-
Annotation used to indicate that a test should be run only when run against the indicated dialects.
- RequiresDialectFeature - Annotation Type in org.hibernate.testing
-
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
- RequiresDialects - Annotation Type in org.hibernate.testing
-
Plural annotation for
RequiresDialect
. - reset() - Method in interface org.hibernate.testing.logger.Triggerable
- resolveClassFile(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
-
Essentially the same as
TestPathHelper.resolveRootUrl(Class)
, but here we convert the root URL to a File (directory) reference. - resolveRootDirectory(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
-
Essentially the same as
TestPathHelper.resolveRootUrl(Class)
, but here we convert the root URL to a File (directory) reference. - resolveRootUrl(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
-
Useful in cases where we need to deal with files/resources in the test compilation output dir of the project.
- ResultSetUtil - Class in org.hibernate.testing.jdbc
- ResultSetUtil() - Constructor for class org.hibernate.testing.jdbc.ResultSetUtil
- reThrowAnyErrors() - Method in class org.hibernate.testing.async.ExecutableAdapter
- rollback(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
- RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
- rootCause(Throwable) - Static method in class org.hibernate.testing.util.ExceptionUtil
-
Get the root cause of a particular
Throwable
- run() - Method in class org.hibernate.testing.async.ExecutableAdapter
- runChild(Runner, RunNotifier) - Method in class org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
S
- SchemaCreateHelper - Class in org.hibernate.testing.schema
- SchemaCreateHelper() - Constructor for class org.hibernate.testing.schema.SchemaCreateHelper
- SchemaDropHelper - Class in org.hibernate.testing.schema
- SchemaDropHelper() - Constructor for class org.hibernate.testing.schema.SchemaDropHelper
- SchemaUpdateHelper - Class in org.hibernate.testing.schema
- SchemaUpdateHelper() - Constructor for class org.hibernate.testing.schema.SchemaUpdateHelper
- SchemaValidateHelper - Class in org.hibernate.testing.schema
- SchemaValidateHelper() - Constructor for class org.hibernate.testing.schema.SchemaValidateHelper
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.ClassSelector
- select(String) - Method in interface org.hibernate.testing.bytecode.enhancement.EnhancementSelector
-
Determine whether the named class should be enhanced.
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
- select(String) - Method in class org.hibernate.testing.bytecode.enhancement.PackageSelector
- serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- ServiceRegistryBuilder - Class in org.hibernate.testing
- ServiceRegistryTestingImpl - Class in org.hibernate.testing.boot
-
ServiceRegistry useful in testing
- ServiceRegistryTestingImpl(boolean, BootstrapServiceRegistry, List<StandardServiceInitiator>, List<ProvidedService>, Map<?, ?>) - Constructor for class org.hibernate.testing.boot.ServiceRegistryTestingImpl
- session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- sessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- setCatalogAtStart(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setCatalogName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setCatalogSeparator(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setDatabaseMajorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setDatabaseMinorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setDatabaseProductName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setDataDefinitionCausesTransactionCommit(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setDataDefinitionIgnoredInTransactions(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setField(Object, Field, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Object field to a certain value
- setField(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Object field to a certain value
- setJdbcTimeout(Session) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Set Session or Statement timeout
- setJdbcTimeout(Session, long) - Static method in class org.hibernate.testing.transaction.TransactionUtil
-
Set Session or Statement timeout
- setLocatorsUpdateCopy(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setLoginTimeout(int) - Method in class org.hibernate.testing.jdbc.DataSourceStub
- setLogWriter(PrintWriter) - Method in class org.hibernate.testing.jdbc.DataSourceStub
- setNdcMaxDepth(int) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
- setProperty(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Invoke setter method with the given parameter
- setSqlKeywords(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSqlStateType(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setStaticField(Class<?>, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
-
Set target Class field to a certain value
- setStoresLowerCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setStoresUpperCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSupportsBatchUpdates(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSupportsGetGeneratedKeys(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSupportsNamedParameters(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSupportsRefCursors(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setSupportsResultSetType(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
- setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- shutDown() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- Skip - Annotation Type in org.hibernate.testing
-
An annotation, used in combination with
Skip.Matcher
, to determine when/if tests should be skipped. - Skip.AlwaysSkip - Class in org.hibernate.testing
- Skip.Matcher - Interface in org.hibernate.testing
-
Simple boolean assertion
- Skip.OperatingSystem - Interface in org.hibernate.testing
- Skip.OperatingSystem.Windows - Class in org.hibernate.testing
- SkipForDialect - Annotation Type in org.hibernate.testing
-
Annotation used to indicate that a test should be skipped when run against the indicated dialects.
- SkipForDialects - Annotation Type in org.hibernate.testing
-
Plural annotation for
SkipForDialect
. - SkipLog - Class in org.hibernate.testing
-
Well-known-location lookup for the test-skip log...
- sleep(long) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
- sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
- sortMethods(List<FrameworkMethod>) - Method in class org.hibernate.testing.junit4.CustomRunner
- SQLServerSnapshotIsolationConnectionProvider - Class in org.hibernate.testing.jdbc
-
This
ConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. - SQLServerSnapshotIsolationConnectionProvider() - Constructor for class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
- SQLStatementInterceptor - Class in org.hibernate.testing.jdbc
- SQLStatementInterceptor(Map) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
- SQLStatementInterceptor(SessionFactoryBuilder) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
- start() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- start(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
- startUp() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- stop() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
- stop() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- stop() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- StrategyRegistrationProviderImpl - Class in org.hibernate.testing.cache
-
Makes the JCache RegionFactory available to the Hibernate
StrategySelector
service under a number of keys. - StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
- strictMatching() - Method in annotation type org.hibernate.testing.RequiresDialect
-
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
- strictMatching() - Method in annotation type org.hibernate.testing.SkipForDialect
-
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
- SupportCatalogCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportCatalogCreation
- SupportDropConstraints() - Constructor for class org.hibernate.testing.DialectChecks.SupportDropConstraints
- SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
- SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
- SupportNonQueryValuesListWithCTE() - Constructor for class org.hibernate.testing.DialectChecks.SupportNonQueryValuesListWithCTE
- SupportNoWait() - Constructor for class org.hibernate.testing.DialectChecks.SupportNoWait
- SupportPartitionBy() - Constructor for class org.hibernate.testing.DialectChecks.SupportPartitionBy
- SupportRowValueConstructorSyntaxInInList() - Constructor for class org.hibernate.testing.DialectChecks.SupportRowValueConstructorSyntaxInInList
- supportsAggressiveRelease() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
- supportsAggressiveRelease() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- supportsAggressiveRelease() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
- SupportSchemaCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportSchemaCreation
- SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
- SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
- SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
- SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
- SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
- SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
- SupportsJdbcDriverProxying() - Constructor for class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
- SupportSkipLocked() - Constructor for class org.hibernate.testing.DialectChecks.SupportSkipLocked
- SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropogation
- SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
- SupportsNClob() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNClob
- SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
- SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
- SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
- SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
- SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
- SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
- SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
- SupportValuesListAndRowValueConstructorSyntaxInInList() - Constructor for class org.hibernate.testing.DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList
- synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
T
- TestableLoggerProvider - Class in org.hibernate.testing.logger
-
A
LoggerProvider
for JBoss Logger. - TestableLoggerProvider() - Constructor for class org.hibernate.testing.logger.TestableLoggerProvider
- TestClassMetadata - Class in org.hibernate.testing.junit4
-
Metadata about various types of callback methods on a given test class.
- TestClassMetadata(Class) - Constructor for class org.hibernate.testing.junit4.TestClassMetadata
- TestForIssue - Annotation Type in org.hibernate.testing
-
A documentation annotation for notating what JIRA issue is being tested.
- TestingDatabaseInfo - Class in org.hibernate.testing.env
- TestingJtaBootstrap - Class in org.hibernate.testing.jta
- TestingJtaPlatformImpl - Class in org.hibernate.testing.jta
-
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
- TestingJtaPlatformImpl() - Constructor for class org.hibernate.testing.jta.TestingJtaPlatformImpl
- testInstance - Variable in class org.hibernate.testing.junit4.CustomRunner
- TestPathHelper - Class in org.hibernate.testing.util
- testSettingIsolationAsName() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- testSettingIsolationAsNameAlt() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- testSettingIsolationAsNumeric() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- testSettingIsolationAsNumericString() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
- throwNPE(String) - Method in class org.hibernate.testing.byteman.BytemanHelper
- TimedExecutor - Class in org.hibernate.testing.async
- TimedExecutor(long) - Constructor for class org.hibernate.testing.async.TimedExecutor
- TimedExecutor(long, int) - Constructor for class org.hibernate.testing.async.TimedExecutor
- timedOut() - Method in interface org.hibernate.testing.async.Executable
-
Called when the timeout period is exceeded.
- toStdout(Metadata) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
- toStdOut(Metadata) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- toString() - Method in class org.hibernate.testing.jdbc.DataSourceStub
- toWriter(Metadata, Writer) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
- toWriter(Metadata, Writer) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
- transactionManager() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- TransactionUtil - Class in org.hibernate.testing.transaction
- TransactionUtil() - Constructor for class org.hibernate.testing.transaction.TransactionUtil
- TransactionUtil.HibernateTransactionConsumer - Interface in org.hibernate.testing.transaction
-
Hibernate transaction function without return value
- TransactionUtil.HibernateTransactionFunction<T> - Interface in org.hibernate.testing.transaction
-
Hibernate transaction function
- TransactionUtil.JPATransactionFunction<T> - Interface in org.hibernate.testing.transaction
-
JPA transaction function
- TransactionUtil.JPATransactionVoidFunction - Interface in org.hibernate.testing.transaction
-
JPA transaction function without return value
- TransactionUtil2 - Class in org.hibernate.testing.transaction
- TransactionUtil2() - Constructor for class org.hibernate.testing.transaction.TransactionUtil2
- Triggerable - Interface in org.hibernate.testing.logger
- triggerMessage() - Method in interface org.hibernate.testing.logger.Triggerable
- triggerMessages() - Method in interface org.hibernate.testing.logger.Triggerable
- tryCommit() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
-
Used by envers...
U
- unwrap(Class<T>) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
- unwrap(Class<T>) - Method in class org.hibernate.testing.jdbc.DataSourceStub
- unwrap(Class<T>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
- update(Metadata) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
- update(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
- URL - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- URL - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
- URL_FORMAT - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- USER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
- USER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
- userTransaction() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
- UsesInputStreamToInsertBlob() - Constructor for class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
V
- validate(List<Throwable>) - Method in class org.hibernate.testing.junit4.TestClassMetadata
- validate(Metadata) - Static method in class org.hibernate.testing.schema.SchemaValidateHelper
- validate(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaValidateHelper
- VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
- VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
- VALIDATE_FAILURE_EXPECTED - Static variable in annotation type org.hibernate.testing.FailureExpected
- VALIDATE_FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit4.Helper
- validatePublicVoid(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- validatePublicVoidNoArg(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ClassEnhancementSelector
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ClassEnhancementSelectors
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.CustomEnhancementContext
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ImplEnhancementSelectors
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelector
- value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelectors
- value() - Method in annotation type org.hibernate.testing.junit4.CustomParameterized.Order
- value() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
- value() - Method in annotation type org.hibernate.testing.RequiresDialect
-
The dialects against which to run the test
- value() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
- value() - Method in annotation type org.hibernate.testing.RequiresDialects
- value() - Method in annotation type org.hibernate.testing.SkipForDialect
-
The dialects against which to skip the test
- value() - Method in annotation type org.hibernate.testing.SkipForDialects
W
- wasTriggered() - Method in interface org.hibernate.testing.logger.Triggerable
- watchForLogMessages(String) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
- watchForLogMessages(Set<String>) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
- Windows() - Constructor for class org.hibernate.testing.Skip.OperatingSystem.Windows
- withAfterClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
- withBeforeClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
X
- XAResourceWrapper(JtaAwareConnectionProviderImpl, Connection) - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
All Classes All Packages