Package org.hibernate.testing.orm.junit
Annotation Type BootstrapServiceRegistry
-
@Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface BootstrapServiceRegistry
Used to define the bootstrap ServiceRegistry to be used for testing.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends Integrator>[]
integrators
BootstrapServiceRegistry.JavaService[]
javaServices
-
-
-
Element Detail
-
integrators
Class<? extends Integrator>[] integrators
- Default:
- {}
-
-
-
javaServices
BootstrapServiceRegistry.JavaService[] javaServices
- Default:
- {}
-
-