| Interface | Description |
|---|---|
| BootstrapServiceRegistryProducer |
Producer of BootstrapServiceRegistry
|
| ClassLoadingIsolaterExtension.IsolatedClassLoaderProvider | |
| DialectFeatureCheck | |
| DomainModelProducer | |
| DomainModelScope | |
| DomainModelScopeAware | |
| EntityManagerFactoryProducer |
Contract for something that can build a SessionFactory.
|
| EntityManagerFactoryScope | |
| EntityManagerFactoryScopeContainer |
The keystone in EntityManagerFactoryScopeExtension support.
|
| MessageKeyWatcher | |
| ServiceRegistryProducer | |
| ServiceRegistryScope | |
| ServiceRegistryScopeAware | |
| SessionFactoryProducer |
Contract for something that can build a SessionFactory.
|
| SessionFactoryScope | |
| SessionFactoryScopeAware | |
| SettingProvider.Provider<S> |
| Annotation Type | Description |
|---|---|
| BaseUnitTest | |
| BootstrapServiceRegistry |
Used to define the bootstrap ServiceRegistry to be used for testing.
|
| BootstrapServiceRegistry.JavaService | |
| DomainModel | |
| DomainModelFunctionalTesting | |
| ExpectedException |
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". |
| FailureExpected |
Marks a test method or class as being expected to fail.
|
| FailureExpectedGroup | |
| FunctionalEntityManagerFactoryTesting |
Composite annotation for functional tests that require
a functioning EntityManagerFactory.
|
| JiraKey |
Identifies the JIRA issue associated with a test.
|
| JiraKeyGroup |
Grouping annotation for `@JiraKey`
|
| Jpa | |
| Logger |
Must specify one of
Logger.loggerNameClass() or Logger.loggerName() |
| LoggingInspections |
Injects the ability to watch multiple for log messages being triggered.
|
| LoggingInspections.Message | |
| MessageKeyInspection |
Injects the ability to watch for a log messages being triggered.
|
| RequiresDialect |
Indicates that the annotated test class/method should only
be run when the indicated Dialect is being used.
|
| RequiresDialectFeature |
Annotation used to indicate that a test should be run only when the current dialect supports the
specified feature.
|
| RequiresDialectFeatureGroup |
Annotation used to indicate that a test should be run only when the current dialect supports the
specified feature.
|
| RequiresDialects | |
| ServiceRegistry | |
| ServiceRegistry.JavaService |
A Java service loadable via
ServiceLoader |
| ServiceRegistry.Service |
A Hibernate Service registration
|
| ServiceRegistryFunctionalTesting |
Composite annotation for applying extensions needed for managing
a StandardServiceRegistry as part of the test lifecycle.
|
| SessionFactory | |
| SessionFactoryFunctionalTesting |
Composite annotation for functional tests that require a functioning SessionFactory.
|
| Setting |
A setting for use in other annotations to define settings for various things.
|
| SettingProvider | |
| SkipForDialect |
Indicates that the annotated test class/method should be skipped
when the indicated Dialect is being used.
|
| SkipForDialectGroup |
Grouping annotation for
SkipForDialect |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.