Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractCachedDomainDataAccess - Class in org.hibernate.testing.cache
 
AbstractCachedDomainDataAccess(DomainDataRegionImpl) - Constructor for class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
AbstractDirectAccessRegion - Class in org.hibernate.testing.cache
 
AbstractDirectAccessRegion(String) - Constructor for class org.hibernate.testing.cache.AbstractDirectAccessRegion
 
AbstractDomainModelDescriptor - Class in org.hibernate.testing.orm.domain
Convenience base class test domain models based on annotated classes
AbstractDomainModelDescriptor(Class...) - Constructor for class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
 
AbstractDynamicTest<T extends DynamicExecutionContext> - Class in org.hibernate.testing.junit5.dynamictests
Abstract base class that can be used to generate dynamic test-lets.
AbstractDynamicTest() - Constructor for class org.hibernate.testing.junit5.dynamictests.AbstractDynamicTest
 
AbstractReadWriteAccess - Class in org.hibernate.testing.cache
 
AbstractReadWriteAccess(DomainDataRegionImpl) - Constructor for class org.hibernate.testing.cache.AbstractReadWriteAccess
 
AbstractReadWriteAccess.Item - Class in org.hibernate.testing.cache
Wrapper type representing unlocked items.
AbstractReadWriteAccess.Lockable - Interface in org.hibernate.testing.cache
Interface type implemented by all wrapper objects in the cache.
AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.testing.cache
Wrapper type representing locked items.
AbstractRegion - Class in org.hibernate.testing.cache
 
AbstractRegion(String) - Constructor for class org.hibernate.testing.cache.AbstractRegion
 
Account - Class in org.hibernate.testing.orm.domain.helpdesk
 
Account() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
Account(Integer, Status, Status, Status) - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
Account_ - Class in org.hibernate.testing.orm.domain.helpdesk
 
Account_() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account_
 
addChild(EntityWithManyToOneWithoutJoinTable) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
addConfigOptions(Map) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
Address - Class in org.hibernate.testing.orm.domain.contacts
 
Address() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address
 
Address.Classification - Enum in org.hibernate.testing.orm.domain.contacts
 
Address.PostalCode - Class in org.hibernate.testing.orm.domain.contacts
 
Address_ - Class in org.hibernate.testing.orm.domain.contacts
 
Address_() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address_
 
addresses - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
ADDRESSES - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
addSettings(Map) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
addToCache(Object, Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
addTypeDefinition(TypeDefinition) - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
after() - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
afterAll(ExtensionContext) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
afterAll(ExtensionContext) - Method in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
afterAll(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
afterAll(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
afterAll(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
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
 
afterEach() - Method in class org.hibernate.testing.logger.LoggerInspectionExtension
 
afterEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
afterInsert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
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
 
afterTest() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
afterTest() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
afterTest() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, Object, Object, SoftLock) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
afterUpdate(SharedSessionContractImplementor, Object, Object, SoftLock) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
all() - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
 
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
 
apply(Dialect) - Method in interface org.hibernate.testing.orm.junit.DialectFeatureCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.CaseSensitiveCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesNotSupportFollowOnLocking
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesNotSupportRowValueConstructorSyntax
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoubleQuoteQuoting
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportCatalogCreation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportDropConstraints
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitAndOffsetCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportPartitionBy
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCascadeDeleteCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSchemaCreation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCircularCascadeDeleteCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsColumnCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsEmptyInListCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExistsInSelectCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExpectedLobUsagePattern
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsIdentityColumns
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLobValueChangePropogation
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockTimeouts
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsParametersInInsertSelectCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSequences
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSubqueryAsLeftHandSideInPredicate
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
apply(Dialect) - Method in class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesInputStreamToInsertBlob
 
applyCacheSettings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
applyCacheSettings(Metadata) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyCacheSettings(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
applyContactsModel(MetadataSources) - Static method in class org.hibernate.testing.orm.domain.contacts.ContactsDomainModel
 
applyDomainModel(MetadataSources) - Method in class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
 
applyDomainModel(MetadataSources) - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
Apply the model classes to the given MetadataSources
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
applyMetadataSources(MetadataSources) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
applyRetailModel(MetadataSources) - Static method in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
applySettings(Map<Object, Object>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
applySettings(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
applySettings(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
AREA_CODE - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
areaCode - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
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
 
AssignableMatcher - Class in org.hibernate.testing.hamcrest
 
AssignableMatcher(Class<?>) - Constructor for class org.hibernate.testing.hamcrest.AssignableMatcher
 
assignableTo(Class<?>) - Static method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
augmentConfigurationSettings(Properties) - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 

B

BaseCollectionDataAccess - Class in org.hibernate.testing.cache
 
BaseCollectionDataAccess(DomainDataRegionImpl, PersistentCollectionDescriptor) - Constructor for class org.hibernate.testing.cache.BaseCollectionDataAccess
 
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
 
BaseEntityDataAccess - Class in org.hibernate.testing.cache
 
BaseEntityDataAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.BaseEntityDataAccess
 
BaseNaturalIdDataAccess - Class in org.hibernate.testing.cache
 
BaseNaturalIdDataAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
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
 
BaseSessionFactoryFunctionalTest - Class in org.hibernate.testing.orm.junit
Template (GoF pattern) based abstract class for tests bridging the legacy approach of SessionFactory building as a test fixture
BaseSessionFactoryFunctionalTest() - Constructor for class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
BaseTransactionIsolationConfigTest - Class in org.hibernate.testing.common.connections
 
BaseTransactionIsolationConfigTest() - Constructor for class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
BaseUnitTest - Class in org.hibernate.testing.junit5
 
BaseUnitTest() - Constructor for class org.hibernate.testing.junit5.BaseUnitTest
 
BaseUnitTestCase - Class in org.hibernate.testing.junit4
The base unit test adapter.
BaseUnitTestCase() - Constructor for class org.hibernate.testing.junit4.BaseUnitTestCase
 
BASIC_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
BASIC_LONG - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
BASIC_PRIMITIVE_INT - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
BASIC_STRING - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
BASIC_TO_BASIC_MAP - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
BASIC_TO_COMPONENT_MAP - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
BASIC_TO_MANY_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
BASIC_TO_ONE_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
BasicEntity - Class in org.hibernate.testing.orm.domain.gambit
 
BasicEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
BasicEntity(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
BasicEntity_ - Class in org.hibernate.testing.orm.domain.gambit
 
BasicEntity_() - Constructor for class org.hibernate.testing.orm.domain.gambit.BasicEntity_
 
basicInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
basicLong - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
basicPrimitiveInt - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
basicString - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
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
 
basicToBasicMap - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
basicToComponentMap - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
basicToManyToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
basicToOneToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
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.
beforeEach(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
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
BIRTH_DAY - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
birthDay - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
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(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
buildConnectionProvider(boolean) - 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
 
buildPersistenceUnitDescriptor() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
buildResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
buildServiceRegistry(BootstrapServiceRegistry, Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildServiceRegistry() - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildServiceRegistry(Map) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
buildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
buildSettings() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
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(CacheKeysFactory) - Constructor for class org.hibernate.testing.cache.CachingRegionFactory
 
CachingRegionFactory(Properties) - 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(String) - Constructor for exception org.hibernate.testing.junit4.CallbackException
 
CallbackException(Method, Throwable) - 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
 
CardPayment - Class in org.hibernate.testing.orm.domain.retail
 
CardPayment() - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
CardPayment(Integer, Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment
 
CardPayment_ - Class in org.hibernate.testing.orm.domain.retail
 
CardPayment_() - Constructor for class org.hibernate.testing.orm.domain.retail.CardPayment_
 
CaseSensitiveCheck() - Constructor for class org.hibernate.testing.DialectChecks.CaseSensitiveCheck
 
CaseSensitiveCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.CaseSensitiveCheck
 
CashPayment - Class in org.hibernate.testing.orm.domain.retail
 
CashPayment() - Constructor for class org.hibernate.testing.orm.domain.retail.CashPayment
 
CashPayment(Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.CashPayment
 
CashPayment_ - Class in org.hibernate.testing.orm.domain.retail
 
CashPayment_() - Constructor for class org.hibernate.testing.orm.domain.retail.CashPayment_
 
cast(Object, Class<T>) - Method in class org.hibernate.testing.junit5.BaseUnitTest
 
cast(Object, Class<T>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
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
children - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned_
 
CHILDREN - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned_
 
classBlock(RunNotifier) - Method in class org.hibernate.testing.junit4.CustomRunner
classForName(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
classification - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
CLASSIFICATION - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
classification - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
CLASSIFICATION - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
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
 
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
 
cleanupTestData() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
cleanupTestData() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
cleanupTestData() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
clear() - Method in class org.hibernate.testing.cache.AbstractDirectAccessRegion
 
clear() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
clearCache() - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
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
 
clearScope() - Method in interface org.hibernate.testing.junit5.template.TestScope
 
close() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
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
 
CollectionEmptinessMatcher - Class in org.hibernate.testing.hamcrest
 
CollectionEmptinessMatcher(boolean) - Constructor for class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
CollectionMatchers - Class in org.hibernate.testing.hamcrest
 
CollectionMatchers() - Constructor for class org.hibernate.testing.hamcrest.CollectionMatchers
 
CollectionNonStrictReadWriteAccess - Class in org.hibernate.testing.cache
 
CollectionNonStrictReadWriteAccess(DomainDataRegionImpl, PersistentCollectionDescriptor) - Constructor for class org.hibernate.testing.cache.CollectionNonStrictReadWriteAccess
 
CollectionReadOnlyAccess - Class in org.hibernate.testing.cache
 
CollectionReadOnlyAccess(DomainDataRegionImpl, PersistentCollectionDescriptor) - Constructor for class org.hibernate.testing.cache.CollectionReadOnlyAccess
 
CollectionReadWriteAccess - Class in org.hibernate.testing.cache
 
CollectionReadWriteAccess(DomainDataRegionImpl, PersistentCollectionDescriptor) - Constructor for class org.hibernate.testing.cache.CollectionReadWriteAccess
 
CollectionSizeMatcher - Class in org.hibernate.testing.hamcrest
 
CollectionSizeMatcher(int) - Constructor for class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
color - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
COLOR - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
commit(Xid, boolean) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
Component - Class in org.hibernate.testing.orm.domain.gambit
 
Component() - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
Component(String, Integer, Long, int, Component.Nested) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
Component(Integer, Long, int, String, Component.Nested) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component
 
component - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
COMPONENT - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
Component.Nested - Class in org.hibernate.testing.orm.domain.gambit
 
Component_ - Class in org.hibernate.testing.orm.domain.gambit
 
Component_() - Constructor for class org.hibernate.testing.orm.domain.gambit.Component_
 
COMPONENT_TO_BASIC_MAP - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
componentToBasicMap - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
computeTestMethods() - Method in class org.hibernate.testing.junit4.CustomRunner
 
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
 
configure(SessionFactoryBuilder) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
configure(SessionFactoryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
 
configureMetadataBuilder(MetadataBuilder) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
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(Throwable) - Constructor for exception org.hibernate.testing.jdbc.leak.ConnectionLeakException
 
ConnectionLeakException(String, Throwable, boolean, boolean) - 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
 
Contact - Class in org.hibernate.testing.orm.domain.contacts
 
Contact() - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact
 
Contact(Integer, Contact.Name, Contact.Gender, LocalDate) - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact
 
Contact.Gender - Enum in org.hibernate.testing.orm.domain.contacts
 
Contact.Name - Class in org.hibernate.testing.orm.domain.contacts
 
Contact_ - Class in org.hibernate.testing.orm.domain.contacts
 
Contact_() - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact_
 
ContactsDomainModel - Class in org.hibernate.testing.orm.domain.contacts
 
contains(Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
contains(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
CONVERTED_GENDER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
convertedGender - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
convertSkipToIgnore(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
convertToDatabaseColumn(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
convertToDatabaseColumn(String) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
convertToDatabaseColumn(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
convertToEntityAttribute(Character) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
convertToEntityAttribute(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
convertToEntityAttribute(Double) - Method in class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
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(MetadataImplementor) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(MetadataImplementor, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
create(MetadataImplementor, StandardServiceRegistry, Connection) - 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, Configuration) - Static method in class org.hibernate.testing.junit4.Helper
 
createH2Schema(String, Map) - Static method in class org.hibernate.testing.junit4.Helper
Create additional H2 schema.
createOnly(MetadataImplementor, 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 layers ExtendedFrameworkMethod support on top of the standard JUnit FrameworkMethod 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
 
CustomTestTemplateInvocationContext(TestParameter, Class<? extends TestScope>) - Constructor for class org.hibernate.testing.junit5.template.TestTemplateExtension.CustomTestTemplateInvocationContext
 

D

data - Static variable in class org.hibernate.testing.orm.domain.gambit.BasicEntity_
 
DATA - Static variable in class org.hibernate.testing.orm.domain.gambit.BasicEntity_
 
data - Static variable in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity_
 
DATA - Static variable in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity_
 
data - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
DATA - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
DATA_SOURCE - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DatabaseAgnostic - Annotation Type in org.hibernate.testing.junit5
Meant to mark tests that should only be run on the default testing database.
decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
DEFAULT_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
destroy() - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
destroy() - Method in class org.hibernate.testing.cache.AbstractRegion
 
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
 
DialectAccess - Interface in org.hibernate.testing.junit5
Contract for things that expose a Dialect
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.SupportsNoColumnInsert - 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
 
DialectFeatureCheck - Interface in org.hibernate.testing.orm.junit
 
DialectFeatureChecks - Class in org.hibernate.testing.orm.junit
Container class for different implementation of the DialectFeatureCheck interface.
DialectFeatureChecks() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks
 
DialectFeatureChecks.CaseSensitiveCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesNotSupportFollowOnLocking - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesNotSupportRowValueConstructorSyntax - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoubleQuoteQuoting - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportCatalogCreation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportDropConstraints - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportLimitCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportPartitionBy - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportSchemaCreation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsColumnCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsEmptyInListCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsIdentityColumns - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsLockTimeouts - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsRowValueConstructorSyntaxInInListCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsSequences - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing.orm.junit
 
DialectFilterExtension - Class in org.hibernate.testing.junit5
JUnit 5 extension used to add RequiresDialect and SkipForDialect handling
DialectFilterExtension() - Constructor for class org.hibernate.testing.junit5.DialectFilterExtension
 
DialectFilterExtension - Class in org.hibernate.testing.orm.junit
JUnit 5 extension used to add RequiresDialect and SkipForDialect handling
DialectFilterExtension() - Constructor for class org.hibernate.testing.orm.junit.DialectFilterExtension
 
DialectTestInstancePostProcessor - Class in org.hibernate.testing.junit5.schema
 
DialectTestInstancePostProcessor() - Constructor for class org.hibernate.testing.junit5.schema.DialectTestInstancePostProcessor
 
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
 
DoesNotSupportFollowOnLocking() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesNotSupportFollowOnLocking
 
DoesNotSupportRowValueConstructorSyntax() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportRowValueConstructorSyntax
 
DoesNotSupportRowValueConstructorSyntax() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesNotSupportRowValueConstructorSyntax
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doInAutoCommit(Consumer<Statement>, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the supplied settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(Consumer<Statement>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the default settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(Map, String...) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the supplied settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(String...) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the default settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction
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>, 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
doInHibernateSessionBuilder(Supplier<SessionBuilder>, 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
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.JPATransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction without return value
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction) - 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.Log4DelegatingLogger
 
doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4DelegatingLogger
 
DomainModel - Annotation Type in org.hibernate.testing.orm.junit
 
DomainModelDescriptor - Interface in org.hibernate.testing.orm.domain
Describes a standard domain model
DomainModelExtension - Class in org.hibernate.testing.orm.junit
 
DomainModelExtension() - Constructor for class org.hibernate.testing.orm.junit.DomainModelExtension
 
DomainModelExtension.DomainModelScopeImpl - Class in org.hibernate.testing.orm.junit
 
DomainModelFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
 
DomainModelParameterResolver - Class in org.hibernate.testing.orm.junit
 
DomainModelParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
DomainModelProducer - Interface in org.hibernate.testing.orm.junit
 
DomainModelScope - Interface in org.hibernate.testing.orm.junit
 
DomainModelScopeAware - Interface in org.hibernate.testing.orm.junit
 
DomainModelScopeImpl(ServiceRegistryScope, DomainModelProducer) - Constructor for class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
DomesticVendor - Class in org.hibernate.testing.orm.domain.retail
 
DomesticVendor() - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor
 
DomesticVendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor
 
DomesticVendor_ - Class in org.hibernate.testing.orm.domain.retail
 
DomesticVendor_() - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor_
 
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoubleQuoteQuoting
 
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
drop(MetadataImplementor) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(MetadataImplementor, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(MetadataImplementor, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
DynamicAfterAll - Annotation Type in org.hibernate.testing.junit5.dynamictests
AfterAll equilvalent.
DynamicAfterEach - Annotation Type in org.hibernate.testing.junit5.dynamictests
AfterEach equivalent.
DynamicBeforeAll - Annotation Type in org.hibernate.testing.junit5.dynamictests
BeforeAll equivalent.
DynamicBeforeAll.None - Class in org.hibernate.testing.junit5.dynamictests
Default empty exception.
DynamicBeforeEach - Annotation Type in org.hibernate.testing.junit5.dynamictests
BeforeEach equivalent.
DynamicExecutionContext - Interface in org.hibernate.testing.junit5.dynamictests
Simple contract for a sepcific execution group of dynamic test nodes that allows the TestFactory to check whether given test nodes should be generated or not.
DynamicTest - Annotation Type in org.hibernate.testing.junit5.dynamictests
A Test equivalent.
DynamicTest.None - Class in org.hibernate.testing.junit5.dynamictests
Default empty exception.

E

EFFECTIVE_END - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
EFFECTIVE_START - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
effectiveEnd - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
effectiveStart - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
EmbeddedIdEntity - Class in org.hibernate.testing.orm.domain.gambit
 
EmbeddedIdEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
EmbeddedIdEntity.EmbeddedIdEntityId - Class in org.hibernate.testing.orm.domain.gambit
 
EmbeddedIdEntity_ - Class in org.hibernate.testing.orm.domain.gambit
 
EmbeddedIdEntity_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity_
 
EmbeddedIdEntityId(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
EmptyResultSetHandler() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
 
end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
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
 
ENTITYMANAGER_FACTORY_KEY - Static variable in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
entityManagerFactory() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryAccess - Interface in org.hibernate.testing.junit5
Contract for things that expose an EntityManagerFactory
EntityManagerFactoryBasedFunctionalTest - Class in org.hibernate.testing.junit5
 
EntityManagerFactoryBasedFunctionalTest() - Constructor for class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl - Class in org.hibernate.testing.junit5
 
entityManagerFactoryBuilt(EntityManagerFactory) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryProducer - Interface in org.hibernate.testing.junit5
Contract for something that can build an EntityManagerFactory.
entityManagerFactoryScope() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryScope - Class in org.hibernate.testing.junit5
A scope or holder for the EntityManagerFactory instance associated with a given test class.
EntityManagerFactoryScope(EntityManagerFactoryProducer) - Constructor for class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
EntityManagerFactoryScopeContainer - Interface in org.hibernate.testing.junit5
The keystone in EntityManagerFactoryScopeExtension support.
EntityManagerFactoryScopeExtension - Class in org.hibernate.testing.junit5
The thing that actually manages lifecycle of the EntityManagerFactory related to a test class.
EntityManagerFactoryScopeExtension() - Constructor for class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
EntityNonStrictReadWriteAccess - Class in org.hibernate.testing.cache
 
EntityNonStrictReadWriteAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
EntityOfBasics - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
EntityOfBasics.Gender - Enum in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics.GenderConverter - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
EntityOfComposites - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfComposites() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer, Component) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer, String, Component) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfComposites_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
EntityOfDynamicComponent - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfDynamicComponent() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
EntityOfLists - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfLists() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
EntityOfLists_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfLists_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
EntityOfMaps - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfMaps() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
EntityOfMaps_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfMaps_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
EntityOfSets - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfSets() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
EntityOfSets(Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
EntityOfSets_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfSets_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
EntityReadOnlyAccess - Class in org.hibernate.testing.cache
 
EntityReadOnlyAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.EntityReadOnlyAccess
 
EntityReadWriteAccess - Class in org.hibernate.testing.cache
 
EntityReadWriteAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.EntityReadWriteAccess
 
EntityWithLazyManyToOneSelfReference - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyManyToOneSelfReference(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyManyToOneSelfReference(Integer, String, Integer, EntityWithLazyManyToOneSelfReference) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyManyToOneSelfReference(Integer, String, EntityWithLazyManyToOneSelfReference, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyManyToOneSelfReference_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyManyToOneSelfReference_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
EntityWithLazyOneToOne - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyOneToOne() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
EntityWithLazyOneToOne(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
EntityWithLazyOneToOne_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyOneToOne_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
EntityWithManyToOneJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneJoinTable() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
EntityWithManyToOneJoinTable(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
EntityWithManyToOneJoinTable_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneJoinTable_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
EntityWithManyToOneSelfReference - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneSelfReference(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneSelfReference(Integer, String, Integer, EntityWithManyToOneSelfReference) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneSelfReference(Integer, String, EntityWithManyToOneSelfReference, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneSelfReference_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneSelfReference_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
EntityWithManyToOneWithoutJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneWithoutJoinTable(Integer, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
EntityWithManyToOneWithoutJoinTable_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneWithoutJoinTable_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
EntityWithNonIdAttributeNamedId - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithNonIdAttributeNamedId() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
EntityWithNonIdAttributeNamedId_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithNonIdAttributeNamedId_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId_
 
EntityWithOneToMany - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToMany() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
EntityWithOneToMany(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
EntityWithOneToMany_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToMany_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
EntityWithOneToManyNotOwned - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToManyNotOwned() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
EntityWithOneToManyNotOwned_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToManyNotOwned_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned_
 
EntityWithOneToOne - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOne() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
EntityWithOneToOne(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
EntityWithOneToOne_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOne_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
EntityWithOneToOneJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneJoinTable() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
EntityWithOneToOneJoinTable(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
EntityWithOneToOneJoinTable_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneJoinTable_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
EntityWithOneToOneSharingPrimaryKey - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneSharingPrimaryKey() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
EntityWithOneToOneSharingPrimaryKey(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
EntityWithOneToOneSharingPrimaryKey_ - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneSharingPrimaryKey_() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
ENVERS - Static variable in class org.hibernate.testing.junit5.StandardTags
 
EnversEntityManagerFactoryProducer - Interface in org.hibernate.testing.junit5.envers
Envers contract for something that can build an EntityManagerFactory based on an audit strategy.
EnversEntityManagerFactoryScope - Class in org.hibernate.testing.junit5.envers
 
EnversEntityManagerFactoryScope(EnversEntityManagerFactoryProducer, Strategy) - Constructor for class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
EnversSessionFactoryProducer - Interface in org.hibernate.testing.junit5.envers
Envers contract for something that can build a SessionFactory based on an audit strategy.
EnversSessionFactoryScope - Class in org.hibernate.testing.junit5.envers
A scope or holder for the SessionFactory instance associated with a given test class.
EnversSessionFactoryScope(EnversSessionFactoryProducer, Strategy) - Constructor for class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
equals(Object) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
evaluate() - Method in class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
evaluate() - Method in class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.junit5.DialectFilterExtension
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DialectFilterExtension
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
evict(Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
evictAll() - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
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
 
ExcludeAuditStrategy - Annotation Type in org.hibernate.testing.junit5.envers
Annotation used to indicate that a test should be excluded for a specific audit strategy.
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(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
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
 
ExpectedException - Annotation Type in org.hibernate.testing.orm.junit
Annotation that can be used, in conjunction with ExpectedExceptionExtension, to indicate that a specific test is expected to fail in a particular way (throw the specified exception) as its "success condition".
ExpectedExceptionExtension - Class in org.hibernate.testing.orm.junit
TestExecutionExceptionHandler used in conjunction with ExpectedException to support annotating tests with a specific exception that indicates a success (we are expecting that exception in that tested condition).
ExpectedExceptionExtension() - Constructor for class org.hibernate.testing.orm.junit.ExpectedExceptionExtension
 
exportSchema() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
exportSchema() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
exportSchema() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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

FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit5.StandardTags
 
FailureExpected - Annotation Type in org.hibernate.testing
Deprecated.
Use org.hibernate.testing.junit5.FailureExpected instead
FailureExpected - Annotation Type in org.hibernate.testing.orm.junit
Marks a test method or class as being expected to fail.
FailureExpectedExtension - Class in org.hibernate.testing.orm.junit
JUnit 5 extension used to support FailureExpected handling
FailureExpectedExtension() - Constructor for class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
FailureExpectedGroup - Annotation Type in org.hibernate.testing.orm.junit
 
FAMILIAR_NAME - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
familiarName - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
FAMILY_NAME - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
familyName - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
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
 
findEffectiveAnnotation(ExtensionContext, Class<A>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
findEffectiveRepeatingAnnotation(ExtensionContext, Class<A>, Class<? extends Annotation>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
findEntityManagerFactoryScope(ExtensionContext) - Static method in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
findMetamodelScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
findServiceRegistry(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
findServiceRegistryScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
findSessionFactoryScope(ExtensionContext) - Static method in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
findSessionFactoryScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
ForceLobAsLastValue() - Constructor for class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
 
ForeignVendor - Class in org.hibernate.testing.orm.domain.retail
 
ForeignVendor() - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor
 
ForeignVendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor
 
ForeignVendor_ - Class in org.hibernate.testing.orm.domain.retail
 
ForeignVendor_() - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor_
 
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
 
fromCode(Integer) - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
 
fromSession(Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
fromTransaction(Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
fromTransaction(SessionImplementor, Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
FunctionalEntityManagerFactoryTesting - Annotation Type in org.hibernate.testing.junit5
Composite annotation for functional tests that require a functioning EntityManagerFactory.
FunctionalMetaModelTesting - Annotation Type in org.hibernate.testing.junit5.schema
 
FunctionalSessionFactoryTesting - Annotation Type in org.hibernate.testing.junit5
Composite annotation for functional tests that require a functioning SessionFactory.

G

GambitDomainModel - Class in org.hibernate.testing.orm.domain.gambit
 
GambitDomainModel() - Constructor for class org.hibernate.testing.orm.domain.gambit.GambitDomainModel
 
gender - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
GENDER - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
gender - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
GENDER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
GenderConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
generateCacheKey(Object, PersistentCollectionDescriptor, SessionFactoryImplementor, String) - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
generateCacheKey(Object, EntityHierarchy, SessionFactoryImplementor, String) - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
generateCacheKey(Object[], EntityHierarchy, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
generateCacheKey(Object, EntityHierarchy, SessionFactoryImplementor, String) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
generateCacheKey(Object[], EntityHierarchy, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
generateDynamicTestNodes() - Method in class org.hibernate.testing.junit5.dynamictests.AbstractDynamicTest
 
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
Returns null if the item is not readable.
getAccessType() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.CollectionNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.CollectionReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.CollectionReadWriteAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.testing.cache.NaturalIdReadOnlyAccess
 
getAdditionalExtensions() - Method in class org.hibernate.testing.junit5.template.TestTemplateExtension.CustomTestTemplateInvocationContext
 
getAddresses() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getAmount() - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
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
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getAnnotatedClasses() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
 
getAreaCode() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
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
 
getBaseForMappings() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getBasicInteger() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicLong() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicPrimitiveInt() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicString() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicToBasicMap() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicToComponentMap() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicToManyToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicToOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBirthDay() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
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
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getCachedClasses() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getCachedCollections() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getCacheKeyId(Object) - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
getCacheRegionDefinitions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
 
getChildren() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
getClassification() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getClassification() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getClassLoader() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getClassLoaderAccess() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getClassmateContext() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getCode() - Method in enum org.hibernate.testing.orm.domain.helpdesk.Status
 
getCollectionDescriptor() - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
getCollectionRepresentationResolver() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getColor() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getComponent() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getComponentToBasicMap() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getConfig() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getConnection() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
getConnection() - Method in class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
getConvertedGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCurrentSellPrice() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getData() - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getDescriptor() - Method in enum org.hibernate.testing.orm.domain.StandardDomainModel
 
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
 
getDialect() - Method in interface org.hibernate.testing.junit5.DialectAccess
 
getDialect() - Method in interface org.hibernate.testing.junit5.EntityManagerFactoryAccess
 
getDialect() - Method in interface org.hibernate.testing.junit5.SessionFactoryAccess
 
getDialect() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getDisplayName() - Method in enum org.hibernate.testing.junit5.envers.Strategy
 
getDisplayName(int) - Method in class org.hibernate.testing.junit5.template.TestTemplateExtension.CustomTestTemplateInvocationContext
 
getDomainModel() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
getDomainModel() - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
getEffectiveEnd() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getEffectiveStart() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getEjb3DD() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getEntityHierarchy() - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
getEntityHierarchy() - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
getEntityHierarchy() - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
getEntityManagerFactory() - Method in interface org.hibernate.testing.junit5.EntityManagerFactoryAccess
 
getEntityManagerFactory() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
getEntityManagerFactory() - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
getEntityManagerFactoryProducer() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getEntityManagerFactoryProducer() - Method in interface org.hibernate.testing.junit5.EntityManagerFactoryScopeContainer
getExecutionContexts() - Method in class org.hibernate.testing.junit5.dynamictests.AbstractDynamicTest
 
getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFamiliarName() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getFamilyName() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
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
getFirst() - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
getFromCache(Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.AbstractDirectAccessRegion
 
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getGender() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getHmbMappingFiles() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getId() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
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.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getJpaCompliance() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJpaTempClassLoader() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJtaDataSource() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getLast() - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
getLine1() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getLine2() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getLineNumber() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getListOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfManyToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getLobCreator(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getLoginStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getManagedClassNames() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMappingFeaturesUsed() - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
Identifies the specific mapping features this domain model uses.
getMappingFeaturesUsed() - Method in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
getMappingFileNames() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMetadata() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getMetadata() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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.cache.AbstractRegion
 
getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getName() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getName() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getName() - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
getName() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
getNamespace() - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
The namespace to apply the model to.
getNaturalIdValues(Object) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
getNaturalIdValues(Object) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNested() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getNestedValue() - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
getNonJtaDataSource() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getNote() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getOrder() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getOrdinalGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getOrMakeDataMap() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getOthers() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getOthersIdentifierBag() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getOwner() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getPassword() - Method in class org.hibernate.testing.jdbc.JdbcProperties
 
getPayment() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getPhoneNumbers() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getPk() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
getPlus4() - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
getPostalCode() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getPrefix() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getPrefix() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getProduct() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getProperties() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getProviderClassName() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getQuantity() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getReflectionManager() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getRegion() - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
getRegistry() - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
 
getReported() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getResultSetWrapper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSalesAssociate() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
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
 
getSecondNestedValue() - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
getServiceRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getServiceStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getSessionFactory() - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
getSessionFactory() - Method in interface org.hibernate.testing.junit5.SessionFactoryAccess
 
getSessionFactory() - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
getSessionFactory() - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getSessionFactoryProducer() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
getSessionFactoryProducer() - Method in interface org.hibernate.testing.junit5.SessionFactoryScopeContainer
getSetOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfExtraLazyComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfManyToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetter(Object, String, Class<?>) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get setter method
getSettingValue() - Method in enum org.hibernate.testing.junit5.envers.Strategy
 
getSharedCacheMode() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getSize() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getSku() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getSomeDate() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeInstant() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeLong() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeString() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
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
 
getStandardServiceRegistry() - Method in interface org.hibernate.testing.junit5.serviceregistry.ServiceRegistryAccess
 
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
 
getSubTotal() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getSuffix() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
getSystemAccessStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getTempClassLoader() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getTestContainerName(Class<? extends AbstractDynamicTest>) - Method in interface org.hibernate.testing.junit5.dynamictests.DynamicExecutionContext
Return the name of the dynamic node container associated with this execution context.
getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getTheClob() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheDate() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInstant() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInt() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheString() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheTimestamp() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheUrl() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTransacted() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getTransactionId() - Method in class org.hibernate.testing.orm.domain.retail.CardPayment
 
getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
getTransactionType() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
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.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getValue() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.Item
 
getValue() - Method in interface org.hibernate.testing.cache.AbstractReadWriteAccess.Lockable
Returns the enclosed value.
getValue() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
getValue() - Method in class org.hibernate.testing.junit5.schema.SchemaTestExtension.SchemaTestParameter
 
getValue() - Method in interface org.hibernate.testing.junit5.template.TestParameter
 
getValue1() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
getValue2() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
getValues() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getValuesWithProperties() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getVendor() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getVersionComparator() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getZipCode() - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
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
 
handleLockExpiry(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.Lockable) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.ExpectedExceptionExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
hasEffectiveAnnotation(ExtensionContext, Class<A>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
hashCode() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
hashCode() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck
 
hasSize(int) - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
HelpDeskDomainModel - Class in org.hibernate.testing.orm.domain.helpdesk
 
HelpDeskDomainModel() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.HelpDeskDomainModel
 
Helper - Class in org.hibernate.testing.junit4
Centralized utility functionality

I

id - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
ID - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.BasicEntity_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.BasicEntity_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
id - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
ID - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
id - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
ID - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
id - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
ID - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
id - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Ticket_
 
ID - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Ticket_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.Payment_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.Payment_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.SalesAssociate_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.SalesAssociate_
 
id - Static variable in class org.hibernate.testing.orm.domain.retail.Vendor_
 
ID - Static variable in class org.hibernate.testing.orm.domain.retail.Vendor_
 
IdleConnectionCounter - Interface in org.hibernate.testing.jdbc.leak
 
IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
inAuditReader(Consumer<AuditReader>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action against an AuditReader bound to a newly allocated session.
Incident - Class in org.hibernate.testing.orm.domain.helpdesk
 
Incident() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Incident
 
Incident_ - Class in org.hibernate.testing.orm.domain.helpdesk
 
Incident_() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
initialize(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
InjectedSessionFactoryFunctionalTest - Class in org.hibernate.testing.orm.junit
Support for tests that wish to have the SessionFactory fixture injected as an instance variable for use.
InjectedSessionFactoryFunctionalTest() - Constructor for class org.hibernate.testing.orm.junit.InjectedSessionFactoryFunctionalTest
 
injectEntityManagerFactoryScope(EntityManagerFactoryScope) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
injectEntityManagerFactoryScope(EntityManagerFactoryScope) - Method in interface org.hibernate.testing.junit5.EntityManagerFactoryScopeContainer
Callback to inject the EntityManagerFactoryScope into the container.
injectExecutionContext(T) - Method in class org.hibernate.testing.junit5.dynamictests.AbstractDynamicTest
 
injectServiceRegistryScope(ServiceRegistryScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectServiceRegistryScope(ServiceRegistryScope) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScopeAware
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
injectSessionFactoryScope(SessionFactoryScope) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
injectSessionFactoryScope(SessionFactoryScope) - Method in interface org.hibernate.testing.junit5.SessionFactoryScopeContainer
Callback to inject the SessionFactoryScope into the container
injectSessionFactoryScope(SessionFactoryScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectSessionFactoryScope(SessionFactoryScope) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScopeAware
Callback to inject the SessionFactoryScope into the container
injectTestModelScope(DomainModelScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectTestModelScope(DomainModelScope) - Method in interface org.hibernate.testing.orm.junit.DomainModelScopeAware
 
inJPA(Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inJPA(Function<EntityManager, R>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inJPA(EntityManagerFactory, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inJPA(EntityManagerFactory, Function<EntityManager, R>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inJtaTransaction(Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inJtaTransaction(EntityManagerFactory, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action inside an open session without a transaction-scope.
inSession(SessionFactoryImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action with an open session without a transaction-scope.
inSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
inSession(SessionFactoryImplementor, Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
inSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
inSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
inSession(Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inspect(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
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.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
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.contacts.ContactsDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.gambit.GambitDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.helpdesk.HelpDeskDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inTransaction(Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
inTransaction(Function<EntityManager, T>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
inTransaction(Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
inTransaction(Function<EntityManager, T>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
inTransaction(EntityManagerFactory, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
inTransaction(EntityManager, Function<EntityManager, T>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
inTransaction(EntityManager, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
inTransaction(Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(EntityManagerFactory, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(EntityManager, Consumer<EntityManager>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(Function<EntityManager, R>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(EntityManagerFactory, Function<EntityManager, R>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(EntityManager, Function<EntityManager, R>) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action with an open session inside a new transaction.
inTransaction(SessionFactoryImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action with an open session inside a new transaction.
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a lambda action inside a new transaction but bound to an existing open session.
inTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
inTransaction(SessionFactoryImplementor, Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
inTransaction(SessionImplementor, Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
inTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
inTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
inTransaction(Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inTransactions(Consumer<EntityManager>...) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
inTransactions(Consumer<SessionImplementor>...) - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
Invoke a series of lambda actions bound inside their own transaction-scope but bound to the same session.
inTransactionsWithTimeouts(int, Consumer<EntityManager>...) - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
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
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
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
 
isEmpty() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isEnabled(Logger.Level) - Method in class org.hibernate.testing.logger.Log4DelegatingLogger
 
isExcludeUnlistedClasses() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
isExecutionAllowed(Class<? extends AbstractDynamicTest>) - Method in interface org.hibernate.testing.junit5.dynamictests.DynamicExecutionContext
Allows applying filter criteria against the test class.
isExecutionAllowed(Method) - Method in interface org.hibernate.testing.junit5.dynamictests.DynamicExecutionContext
Allows applying filter criteria against the dynamic test method.
isImplicitAlias() - Static method in class org.hibernate.testing.hamcrest.sqm.SqmAliasMatchers
 
isJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
isLazyLoadable(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
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.SupportsNoColumnInsert
 
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
 
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
 
isNotEmpty() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
Standard string content checking.
isReadable(long) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.Item
 
isReadable(long) - Method in interface org.hibernate.testing.cache.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be read by a transaction started at the given time.
isReadable(long) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
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?
isStrategy(Class<?>) - Method in enum org.hibernate.testing.junit5.envers.Strategy
 
isUnlockable(SoftLock) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.Item
 
isUnlockable(SoftLock) - Method in interface org.hibernate.testing.cache.AbstractReadWriteAccess.Lockable
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isUnlockable(SoftLock) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
isUnwrappableAs(Class) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
isUnwrappableAs(Class) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
isUseQuotedIdentifiers() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
isWriteable(long, Object, Comparator) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.Item
 
isWriteable(long, Object, Comparator) - Method in interface org.hibernate.testing.cache.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
isWriteable(long, Object, Comparator) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 

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 - Annotation Type in org.hibernate.testing.orm.junit
Identifies the JIRA issue associated with a test.
JiraKeyGroup - Annotation Type in org.hibernate.testing.orm.junit
Grouping annotation for `@JiraKey`
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
 
JUnitHelper - Class in org.hibernate.testing.orm.junit
 

L

line1 - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
LINE1 - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
line2 - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
LINE2 - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
LINE_NUMBER - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
LineItem - Class in org.hibernate.testing.orm.domain.retail
 
LineItem() - Constructor for class org.hibernate.testing.orm.domain.retail.LineItem
 
LineItem_ - Class in org.hibernate.testing.orm.domain.retail
 
LineItem_() - Constructor for class org.hibernate.testing.orm.domain.retail.LineItem_
 
lineNumber - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
LIST_OF_BASICS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
LIST_OF_COMPONENTS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
LIST_OF_MANY_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
LIST_OF_ONE_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
listOfBasics - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
listOfComponents - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
listOfManyToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
listOfOneToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfLists_
 
locateAnnotation(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
locateExtensionStore(Class<? extends Extension>, ExtensionContext, Object) - Static method in class org.hibernate.testing.orm.junit.JUnitHelper
 
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
 
lock(long, UUID, long) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.Item
 
lock(long, UUID, long) - Method in interface org.hibernate.testing.cache.AbstractReadWriteAccess.Lockable
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occuring at the specified time.
lock(long, UUID, long) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
lockRegion() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
lockRegion() - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
lockRegion() - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
lockRegion() - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
lockRegion() - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
log - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
log - Static variable in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
Log4DelegatingLogger - Class in org.hibernate.testing.logger
A Logger implementation which delegates to Log4J 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
 
LoggerInspectionExtension - Class in org.hibernate.testing.logger
 
LoggerInspectionExtension(BasicLogger) - Constructor for class org.hibernate.testing.logger.LoggerInspectionExtension
 
LoggerInspectionRule - Class in org.hibernate.testing.logger
 
LoggerInspectionRule(BasicLogger) - Constructor for class org.hibernate.testing.logger.LoggerInspectionRule
 
LOGIN_STATUS - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
loginStatus - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
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
 
MappingFeature - Enum in org.hibernate.testing.orm.domain
Identifies specific mapping features used by a DomainModelDescriptor.
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
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
metadata() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
METADATA_ACCESS_STRATEGIES - Static variable in class org.hibernate.testing.junit5.schema.SchemaTestExtension
 
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
 
MonetaryAmountConverter - Class in org.hibernate.testing.orm.domain
 
MonetaryAmountConverter() - Constructor for class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
MySQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
MySQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 

N

Name() - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
Name(String, String) - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
name - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
name - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
Name - Class in org.hibernate.testing.orm.domain.retail
 
Name(String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(String, String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
name - Static variable in class org.hibernate.testing.orm.domain.retail.SalesAssociate_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.retail.SalesAssociate_
 
name - Static variable in class org.hibernate.testing.orm.domain.retail.Vendor_
 
NAME - Static variable in class org.hibernate.testing.orm.domain.retail.Vendor_
 
Name_ - Class in org.hibernate.testing.orm.domain.retail
 
Name_() - Constructor for class org.hibernate.testing.orm.domain.retail.Name_
 
NAMESPACE - Static variable in interface org.hibernate.testing.junit5.DialectAccess
 
namespace(Object) - Static method in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
namespace(Object) - Static method in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
NaturalIdNonStrictReadWriteAccess - Class in org.hibernate.testing.cache
 
NaturalIdNonStrictReadWriteAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
NaturalIdReadOnlyAccess - Class in org.hibernate.testing.cache
 
NaturalIdReadOnlyAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.NaturalIdReadOnlyAccess
 
NaturalIdReadWriteAccess - Class in org.hibernate.testing.cache
 
NaturalIdReadWriteAccess(DomainDataRegionImpl, EntityHierarchy) - Constructor for class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
Nested() - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
Nested(String) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
Nested(String, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
nested - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
NESTED - Static variable in class org.hibernate.testing.orm.domain.gambit.Component_
 
newInstance(Supplier<Constructor<T>>, Object...) - Static method in class org.hibernate.testing.util.ReflectionUtil
New target Object instance using the given arguments
newInstance(String) - Static method in class org.hibernate.testing.util.ReflectionUtil
New target Object instance using the given Class name
nextLockId() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
NO_CLASSES - Static variable in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 

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(Interceptor) - 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.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
 
order - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
ORDER - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
Order - Class in org.hibernate.testing.orm.domain.retail
 
Order() - Constructor for class org.hibernate.testing.orm.domain.retail.Order
 
Order_ - Class in org.hibernate.testing.orm.domain.retail
 
Order_() - Constructor for class org.hibernate.testing.orm.domain.retail.Order_
 
ORDINAL_GENDER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
ordinalGender - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
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.hamcrest - package org.hibernate.testing.hamcrest
 
org.hibernate.testing.hamcrest.sqm - package org.hibernate.testing.hamcrest.sqm
 
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.junit5 - package org.hibernate.testing.junit5
Extensions based on the extension mechanism of JUnit 5 to support things like `@FailureExcepted`, `@RequiresDialect`, etc.
org.hibernate.testing.junit5.dynamictests - package org.hibernate.testing.junit5.dynamictests
 
org.hibernate.testing.junit5.envers - package org.hibernate.testing.junit5.envers
 
org.hibernate.testing.junit5.schema - package org.hibernate.testing.junit5.schema
 
org.hibernate.testing.junit5.serviceregistry - package org.hibernate.testing.junit5.serviceregistry
 
org.hibernate.testing.junit5.template - package org.hibernate.testing.junit5.template
 
org.hibernate.testing.logger - package org.hibernate.testing.logger
 
org.hibernate.testing.orm.domain - package org.hibernate.testing.orm.domain
 
org.hibernate.testing.orm.domain.contacts - package org.hibernate.testing.orm.domain.contacts
 
org.hibernate.testing.orm.domain.gambit - package org.hibernate.testing.orm.domain.gambit
 
org.hibernate.testing.orm.domain.helpdesk - package org.hibernate.testing.orm.domain.helpdesk
 
org.hibernate.testing.orm.domain.retail - package org.hibernate.testing.orm.domain.retail
 
org.hibernate.testing.orm.junit - package org.hibernate.testing.orm.junit
 
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
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
other - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
OTHER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
others - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
OTHERS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
OTHERS_IDENTIFIER_BAG - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
othersIdentifierBag - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
overrideCacheStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
owner - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
OWNER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 

P

PASS - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
PASS - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
payment - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
PAYMENT - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
Payment - Class in org.hibernate.testing.orm.domain.retail
 
Payment() - Constructor for class org.hibernate.testing.orm.domain.retail.Payment
 
Payment(Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.Payment
 
Payment_ - Class in org.hibernate.testing.orm.domain.retail
 
Payment_() - Constructor for class org.hibernate.testing.orm.domain.retail.Payment_
 
peekNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
PERF - Static variable in class org.hibernate.testing.junit5.StandardTags
 
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
 
PHONE_NUMBERS - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
PhoneNumber - Class in org.hibernate.testing.orm.domain.contacts
 
PhoneNumber() - Constructor for class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
PhoneNumber.Classification - Enum in org.hibernate.testing.orm.domain.contacts
 
PhoneNumber_ - Class in org.hibernate.testing.orm.domain.contacts
 
PhoneNumber_() - Constructor for class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
phoneNumbers - Static variable in class org.hibernate.testing.orm.domain.contacts.Contact_
 
pk - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId_
 
PK - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId_
 
popNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
POSTAL_CODE - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
PostalCode() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
postalCode - Static variable in class org.hibernate.testing.orm.domain.contacts.Address_
 
PostgreSQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
PostgreSQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScopeExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.junit5.schema.DialectTestInstancePostProcessor
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
prefix - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
PREFIX - Static variable in class org.hibernate.testing.orm.domain.contacts.PhoneNumber_
 
prefix - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
PREFIX - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
prepare(boolean) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
prepare(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
prepare(Map) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare(StandardServiceRegistryBuilder) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare() - 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
 
produceEntityManagerFactory() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
produceEntityManagerFactory() - Method in interface org.hibernate.testing.junit5.EntityManagerFactoryProducer
 
produceEntityManagerFactory(String) - Method in interface org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryProducer
 
produceModel(StandardServiceRegistry) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceModel(StandardServiceRegistry) - Method in interface org.hibernate.testing.orm.junit.DomainModelProducer
 
produceServiceRegistry(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceServiceRegistry(StandardServiceRegistryBuilder) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryProducer
 
produceSessionFactory(String) - Method in interface org.hibernate.testing.junit5.envers.EnversSessionFactoryProducer
 
produceSessionFactory() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
produceSessionFactory() - Method in interface org.hibernate.testing.junit5.SessionFactoryProducer
 
produceSessionFactory(MetadataImplementor) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceSessionFactory(MetadataImplementor) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryProducer
 
produceTestScope(TestParameter<String>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScopeProducer
 
produceTestScope(TestParameter<U>) - Method in interface org.hibernate.testing.junit5.template.TestScopeProducer
 
product - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
PRODUCT - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
Product - Class in org.hibernate.testing.orm.domain.retail
 
Product() - Constructor for class org.hibernate.testing.orm.domain.retail.Product
 
Product_ - Class in org.hibernate.testing.orm.domain.retail
 
Product_() - Constructor for class org.hibernate.testing.orm.domain.retail.Product_
 
provideTestTemplateInvocationContexts(ExtensionContext) - Method in class org.hibernate.testing.junit5.schema.SchemaTestExtension
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
pushNdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.AbstractDirectAccessRegion
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
putMdc(String, Object) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 

Q

quantity - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
QUANTITY - Static variable in class org.hibernate.testing.orm.domain.retail.LineItem_
 
QUERY - Static variable in class org.hibernate.testing.junit5.StandardTags
 

R

readCommittedIsolationMaintained(String) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
readLock() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
rebuild() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
rebuild() - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
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.LoggerInspectionExtension
 
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
 
releaseEntityManagerFactory() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryScope
 
releaseEntityManagerFactory() - Method in class org.hibernate.testing.junit5.envers.EnversEntityManagerFactoryScope
 
releaseFromUse() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
releaseModel() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
releaseResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
releaseSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
releaseSessionFactory() - Method in class org.hibernate.testing.junit5.envers.EnversSessionFactoryScope
 
releaseSessionFactory() - Method in class org.hibernate.testing.junit5.SessionFactoryScope
 
releaseTransactions() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
removeFromCache(Object) - Method in class org.hibernate.testing.cache.AbstractCachedDomainDataAccess
 
removeFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
removeMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
reported - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
REPORTED - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Incident_
 
reportSkip(String) - Static method in class org.hibernate.testing.SkipLog
 
reportSkip(String, String) - Static method in class org.hibernate.testing.SkipLog
 
RequiresAuditStrategy - Annotation Type in org.hibernate.testing.junit5.envers
Annotation used to indicate that a test should be run only for specific audit strategies.
RequiresDialect - Annotation Type in org.hibernate.testing.orm.junit
Indicates that the annotated test class/method should only be run when the indicated Dialect is being used.
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.orm.junit
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
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.
RequiresDialectFeatureGroup - Annotation Type in org.hibernate.testing.orm.junit
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.orm.junit
 
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.
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.junit5.template.TestTemplateExtension.TestScopeParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
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.
resolveTypeDefinition(String) - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
ResultSetUtil - Class in org.hibernate.testing.jdbc
 
ResultSetUtil() - Constructor for class org.hibernate.testing.jdbc.ResultSetUtil
 
RetailDomainModel - Class in org.hibernate.testing.orm.domain.retail
 
RetailDomainModel() - Constructor for class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
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
 

S

SALES_ASSOCIATE - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
salesAssociate - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
SalesAssociate - Class in org.hibernate.testing.orm.domain.retail
 
SalesAssociate() - Constructor for class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
SalesAssociate_ - Class in org.hibernate.testing.orm.domain.retail
 
SalesAssociate_() - Constructor for class org.hibernate.testing.orm.domain.retail.SalesAssociate_
 
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
 
SchemaScope - Interface in org.hibernate.testing.junit5.schema
 
SchemaScopeProducer - Interface in org.hibernate.testing.junit5.schema
 
SchemaTest - Annotation Type in org.hibernate.testing.junit5.schema
 
SchemaTestExtension - Class in org.hibernate.testing.junit5.schema
 
SchemaTestExtension() - Constructor for class org.hibernate.testing.junit5.schema.SchemaTestExtension
 
SchemaTestExtension.SchemaTestParameter - Class in org.hibernate.testing.junit5.schema
 
SchemaTestParameter(String) - Constructor for class org.hibernate.testing.junit5.schema.SchemaTestExtension.SchemaTestParameter
 
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
 
SERVICE_STATUS - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
ServiceRegistry - Annotation Type in org.hibernate.testing.orm.junit
 
ServiceRegistry.Service - Annotation Type in org.hibernate.testing.orm.junit
 
ServiceRegistry.Setting - Annotation Type in org.hibernate.testing.orm.junit
 
ServiceRegistryAccess - Interface in org.hibernate.testing.junit5.serviceregistry
 
ServiceRegistryBuilder - Class in org.hibernate.testing
 
ServiceRegistryContainer - Interface in org.hibernate.testing.junit5.serviceregistry
 
ServiceRegistryExtension - Class in org.hibernate.testing.orm.junit
JUnit extension used to manage the StandardServiceRegistry used by a test including creating the StandardServiceRegistry and releasing it afterwards
ServiceRegistryExtension() - Constructor for class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
ServiceRegistryFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
Composite annotation for applying extensions needed for managing a StandardServiceRegistry as part of the test lifecycle.
ServiceRegistryParameterResolver - Class in org.hibernate.testing.orm.junit
 
ServiceRegistryParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
ServiceRegistryProducer - Interface in org.hibernate.testing.orm.junit
 
ServiceRegistryScope - Interface in org.hibernate.testing.orm.junit
 
ServiceRegistryScopeAware - Interface in org.hibernate.testing.orm.junit
 
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
 
serviceStatus - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
SESSION_FACTORY_KEY - Static variable in class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
sessionFactory() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
SessionFactory - Annotation Type in org.hibernate.testing.orm.junit
 
SessionFactoryAccess - Interface in org.hibernate.testing.junit5
Contract for things that expose a SessionFactory
SessionFactoryBasedFunctionalTest - Class in org.hibernate.testing.junit5
 
SessionFactoryBasedFunctionalTest() - Constructor for class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
sessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
sessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
SessionFactoryExtension - Class in org.hibernate.testing.orm.junit
 
SessionFactoryExtension() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
SessionFactoryFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
Composite annotation for functional tests that require a functioning SessionFactory.
SessionFactoryParameterResolver - Class in org.hibernate.testing.orm.junit
 
SessionFactoryParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
SessionFactoryProducer - Interface in org.hibernate.testing.junit5
Contract for something that can build a SessionFactory.
SessionFactoryProducer - Interface in org.hibernate.testing.orm.junit
Contract for something that can build a SessionFactory.
sessionFactoryScope() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
SessionFactoryScope - Class in org.hibernate.testing.junit5
A scope or holder fot the SessionFactory instance associated with a given test class.
SessionFactoryScope(SessionFactoryProducer) - Constructor for class org.hibernate.testing.junit5.SessionFactoryScope
 
sessionFactoryScope() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
SessionFactoryScope - Interface in org.hibernate.testing.orm.junit
 
SessionFactoryScopeAware - Interface in org.hibernate.testing.orm.junit
 
SessionFactoryScopeContainer - Interface in org.hibernate.testing.junit5
The keystone in SessionFactoryScopeExtension support.
SessionFactoryScopeExtension - Class in org.hibernate.testing.junit5
 
SessionFactoryScopeExtension() - Constructor for class org.hibernate.testing.junit5.SessionFactoryScopeExtension
 
SessionFactoryScopeParameterResolver - Class in org.hibernate.testing.orm.junit
 
SessionFactoryScopeParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
SET_OF_BASICS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
SET_OF_COMPONENTS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
SET_OF_EXTRA_LAZY_COMPONENTS - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
SET_OF_MANY_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
SET_OF_ONE_TO_MANY - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setAddresses(List<Address>) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setAmount(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
setAreaCode(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setBasicInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicLong(Long) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicPrimitiveInt(int) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicString(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicToBasicMap(Map<String, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicToComponentMap(Map<String, Component>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicToManyToMany(Map<String, EntityOfMaps>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicToOneToMany(Map<String, EntityOfMaps>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBirthDay(LocalDate) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
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
 
setChildren(List<EntityWithManyToOneWithoutJoinTable>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
setClassification(Address.Classification) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setClassification(PhoneNumber.Classification) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setColor(Shirt.Color) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setComponent(Component) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setComponentToBasicMap(Map<Component, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setConvertedGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setCurrentSellPrice(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
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
 
setEffectiveEnd(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setEffectiveStart(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setFamiliarName(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setFamilyName(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
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
setFirst(String) - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
setGender(Contact.Gender) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
setId(EmbeddedIdEntity.EmbeddedIdEntityId) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setId(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
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
setLast(String) - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
setLine1(String) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setLine2(String) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setLineNumber(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setListOfBasics(List<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfComponents(List<Component>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfManyToMany(List<EntityOfLists>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfOneToMany(List<EntityOfLists>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setLocatorsUpdateCopy(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setLoginStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setName(Contact.Name) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setName(Name) - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
setName(String) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
setNdcMaxDepth(int) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
setNested(Component.Nested) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setNestedValue(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
setNote(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setOfBasics - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setOfComponents - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setOfExtraLazyComponents - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setOfManyToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setOfOneToMany - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfSets_
 
setOrder(Order) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setOrdinalGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setOther(EntityWithLazyManyToOneSelfReference) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setOther(EntityWithManyToOneSelfReference) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setOthers(Set<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setOthersIdentifierBag(List<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setOwner(EntityWithOneToManyNotOwned) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setPayment(Payment) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setPhoneNumbers(List<PhoneNumber>) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setPk(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
setPlus4(int) - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
setPostalCode(Address.PostalCode) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setPrefix(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setPrefix(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setProduct(Product) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setProperty(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
Invoke setter method with the given parameter
setQuantity(int) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setReported(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setSalesAssociate(SalesAssociate) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setSecondNestedValue(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
setServiceStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setSetOfBasics(Set<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfComponents(Set<Component>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfExtraLazyComponents(Set<Component>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfManyToMany(Set<EntityOfSets>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfOneToMany(Set<EntityOfSets>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSize(Shirt.Size) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setSku(UUID) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setSomeDate(Date) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeInstant(Instant) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeLong(Long) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeString(String) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSqlKeywords(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSqlStateType(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setStandardServiceRegistry(StandardServiceRegistry) - Method in interface org.hibernate.testing.junit5.serviceregistry.ServiceRegistryContainer
 
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
 
setSubTotal(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setSuffix(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
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
 
setSystemAccessStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setTheClob(Clob) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheDate(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInstant(Instant) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInt(int) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheString(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheTime(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheTimestamp(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheUrl(URL) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTransacted(Instant) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setTransactionId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.CardPayment
 
setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
setValue1(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
setValue2(String) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
setValues(Map) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setValuesWithProperties(Map) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setVendor(Vendor) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setZipCode(int) - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
Shirt - Class in org.hibernate.testing.orm.domain.gambit
 
Shirt() - Constructor for class org.hibernate.testing.orm.domain.gambit.Shirt
 
Shirt.Color - Enum in org.hibernate.testing.orm.domain.gambit
 
Shirt.ShirtStringToIntegerConverter - Class in org.hibernate.testing.orm.domain.gambit
 
Shirt.Size - Enum in org.hibernate.testing.orm.domain.gambit
 
Shirt_ - Class in org.hibernate.testing.orm.domain.gambit
 
Shirt_() - Constructor for class org.hibernate.testing.orm.domain.gambit.Shirt_
 
ShirtStringToIntegerConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
shutDown() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
SimpleEntity - Class in org.hibernate.testing.orm.domain.gambit
 
SimpleEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity(Integer, Date, Instant, Integer, Long, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity_ - Class in org.hibernate.testing.orm.domain.gambit
 
SimpleEntity_() - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
size - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
SIZE - Static variable in class org.hibernate.testing.orm.domain.gambit.Shirt_
 
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.orm.junit
Indicates that the annotated test class/method should be skipped when the indicated Dialect is being used.
SkipForDialect - Annotation Type in org.hibernate.testing
Annotation used to indicate that a test should be skipped when run against the indicated dialects.
SkipForDialectGroup - Annotation Type in org.hibernate.testing.orm.junit
Grouping annotation for SkipForDialect
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...
sku - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
SKU - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
sleep(long) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
SoftLockingSupport - Class in org.hibernate.testing.cache
 
SOME_DATE - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
SOME_INSTANT - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
SOME_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
SOME_LONG - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
SOME_STRING - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
someDate - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
someInstant - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey_
 
someInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
someLong - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
someString - Static variable in class org.hibernate.testing.orm.domain.gambit.SimpleEntity_
 
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
todo (6.0) : use ManagedBean to locate SQLStatementInterceptor if specified by Class
SQLStatementInterceptor() - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
 
SQM - Static variable in class org.hibernate.testing.junit5.StandardTags
 
SqmAliasMatchers - Class in org.hibernate.testing.hamcrest.sqm
 
SqmAliasMatchers() - Constructor for class org.hibernate.testing.hamcrest.sqm.SqmAliasMatchers
 
StandardDomainModel - Enum in org.hibernate.testing.orm.domain
 
StandardTags - Class in org.hibernate.testing.junit5
 
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
 
Status - Enum in org.hibernate.testing.orm.domain.helpdesk
 
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
 
Strategy - Enum in org.hibernate.testing.junit5.envers
 
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
 
strictJpaCompliance() - Method in class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest
 
strictJpaCompliance() - Method in class org.hibernate.testing.junit5.SessionFactoryBasedFunctionalTest
 
suffix - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
SUFFIX - Static variable in class org.hibernate.testing.orm.domain.retail.Name_
 
SupportCatalogCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportCatalogCreation
 
SupportCatalogCreation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportCatalogCreation
 
SupportDropConstraints() - Constructor for class org.hibernate.testing.DialectChecks.SupportDropConstraints
 
SupportDropConstraints() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportDropConstraints
 
SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitAndOffsetCheck
 
SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
SupportLimitCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.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
 
SupportPartitionBy() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.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
 
SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCascadeDeleteCheck
 
SupportSchemaCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportSchemaCreation
 
SupportSchemaCreation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSchemaCreation
 
SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCircularCascadeDeleteCheck
 
SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
SupportsColumnCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsColumnCheck
 
SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsEmptyInListCheck
 
SupportsEmptyInListCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsEmptyInListCheck
 
SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExistsInSelectCheck
 
SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExpectedLobUsagePattern
 
SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
SupportsIdentityColumns() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.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
 
SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLobValueChangePropogation
 
SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
SupportsLockTimeouts() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockTimeouts
 
SupportsNoColumnInsert() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNoColumnInsert
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.junit5.template.TestTemplateExtension.TestScopeParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
supportsParameterInjection(ParameterContext, Class<?>...) - Static method in class org.hibernate.testing.orm.junit.JUnitHelper
 
SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsParametersInInsertSelectCheck
 
SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
 
SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck
 
SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
SupportsRowValueConstructorSyntaxInInListCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxInInListCheck
 
SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
 
SupportsSequences() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSequences
 
supportsTestTemplate(ExtensionContext) - Method in class org.hibernate.testing.junit5.schema.SchemaTestExtension
 
SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSubqueryAsLeftHandSideInPredicate
 
SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
SupportValuesListAndRowValueConstructorSyntaxInInList() - Constructor for class org.hibernate.testing.DialectChecks.SupportValuesListAndRowValueConstructorSyntaxInInList
 
synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
SYSTEM_ACCESS_STATUS - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 
systemAccessStatus - Static variable in class org.hibernate.testing.orm.domain.helpdesk.Account_
 

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
 
TestingPersistenceUnitDescriptorImpl(String) - Constructor for class org.hibernate.testing.junit5.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
TestingUtil - Class in org.hibernate.testing.orm.junit
 
testInstance - Variable in class org.hibernate.testing.junit4.CustomRunner
 
TestParameter<T> - Interface in org.hibernate.testing.junit5.template
 
TestPathHelper - Class in org.hibernate.testing.util
 
TestScope - Interface in org.hibernate.testing.junit5.template
 
TestScopeParameterResolver(TestParameter, Class<?>) - Constructor for class org.hibernate.testing.junit5.template.TestTemplateExtension.TestScopeParameterResolver
 
TestScopeProducer<T extends TestScope,U> - Interface in org.hibernate.testing.junit5.template
 
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
 
TestTemplateExtension - Class in org.hibernate.testing.junit5.template
 
TestTemplateExtension() - Constructor for class org.hibernate.testing.junit5.template.TestTemplateExtension
 
TestTemplateExtension.CustomTestTemplateInvocationContext - Class in org.hibernate.testing.junit5.template
 
TestTemplateExtension.TestScopeParameterResolver - Class in org.hibernate.testing.junit5.template
 
THE_DATE - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_INSTANT - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_INT - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_INTEGER - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_STRING - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_TIME - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_TIMESTAMP - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
THE_URL - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theDate - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theInstant - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theInt - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theInteger - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theString - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theTime - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theTimestamp - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
theUrl - Static variable in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics_
 
throwNPE(String) - Method in class org.hibernate.testing.byteman.BytemanHelper
 
Ticket - Class in org.hibernate.testing.orm.domain.helpdesk
 
Ticket() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
Ticket_ - Class in org.hibernate.testing.orm.domain.helpdesk
 
Ticket_() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Ticket_
 
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(MetadataImplementor) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
toStdout(MetadataImplementor) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
toString() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
 
toString() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
toString() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
toWriter(MetadataImplementor, Writer) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
toWriter(MetadataImplementor, Writer) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
transacted - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
TRANSACTED - Static variable in class org.hibernate.testing.orm.domain.retail.Order_
 
TRANSACTION_ID - Static variable in class org.hibernate.testing.orm.domain.retail.CardPayment_
 
transactionId - Static variable in class org.hibernate.testing.orm.domain.retail.CardPayment_
 
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
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

UNIT - Static variable in class org.hibernate.testing.junit5.StandardTags
 
unlock(long) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
Unlocks this Lock, and timestamps the unlock event.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.CollectionNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.testing.cache.NaturalIdReadOnlyAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.testing.cache.BaseCollectionDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.testing.cache.BaseEntityDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
unwrap(Class<T>) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
unwrap(Class<T>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.BaseNaturalIdDataAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadOnlyAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.testing.cache.EntityReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.testing.cache.NaturalIdReadWriteAccess
 
update(MetadataImplementor) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
update(MetadataImplementor, 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
 
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
 
UsesInputStreamToInsertBlob() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesInputStreamToInsertBlob
 
uuid() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 

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
Deprecated.
 
VALIDATE_FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit4.Helper
 
VALIDATE_FAILURE_EXPECTED - Static variable in annotation type org.hibernate.testing.orm.junit.FailureExpected
Setting used to indicate that FailureExpected tests should be run and that we should validate they still fail.
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 class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
valueOf(String) - Static method in enum org.hibernate.testing.junit5.envers.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.Address.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.Contact.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.StandardDomainModel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.testing.junit5.envers.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.Address.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.Contact.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.StandardDomainModel
Returns an array containing the constants of this enum type, in the order they are declared.
vendor - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
VENDOR - Static variable in class org.hibernate.testing.orm.domain.retail.Product_
 
Vendor - Class in org.hibernate.testing.orm.domain.retail
 
Vendor() - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor
 
Vendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor
 
Vendor_ - Class in org.hibernate.testing.orm.domain.retail
 
Vendor_() - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor_
 
visitHierarchies(Consumer<EntityMappingHierarchy>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 

W

wasLockedConcurrently() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess.SoftLockImpl
Returns true if this Lock has been concurrently locked by more than one transaction.
wasTriggered() - Method in interface org.hibernate.testing.logger.Triggerable
 
watchForLogMessages(String) - Method in class org.hibernate.testing.logger.LoggerInspectionExtension
 
watchForLogMessages(Set<String>) - Method in class org.hibernate.testing.logger.LoggerInspectionExtension
 
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
 
withHierarchy(Class, Consumer<EntityMappingHierarchy>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
withHierarchy(String, Consumer<EntityMappingHierarchy>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
withSchemaCreator(SchemaFilter, Consumer<SchemaCreatorImpl>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withSchemaDropper(SchemaFilter, Consumer<SchemaDropperImpl>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withSchemaExport(Consumer<SchemaExport>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withSchemaMigrator(Consumer<SchemaMigrator>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withSchemaUpdate(Consumer<SchemaUpdate>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withSchemaValidator(Consumer<SchemaValidator>) - Method in interface org.hibernate.testing.junit5.schema.SchemaScope
 
withService(Class<S>, Consumer<S>) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
 
writeLock() - Method in class org.hibernate.testing.cache.AbstractReadWriteAccess
 

X

XAResourceWrapper(JtaAwareConnectionProviderImpl, Connection) - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.