Package org.hibernate.testing.orm.junit
Annotation Type BootstrapServiceRegistry
-
@Inherited @Target(TYPE) @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 java.lang.Class<? extends org.hibernate.integrator.spi.Integrator>[]
integrators
BootstrapServiceRegistry.JavaService[]
javaServices
-
-
-
-
javaServices
BootstrapServiceRegistry.JavaService[] javaServices
- Default:
- {}
-
-