@Target(value=TYPE) @Retention(value=RUNTIME) @ExtendWith(value=OpenJPAExtension.class) public @interface OpenJPASupport
Modifier and Type | Optional Element and Description |
---|---|
boolean |
auto |
String[] |
entities |
Class<?> |
logFactory |
public abstract String[] entities
MyEntity.class
) to enhance if auto
is false.public abstract boolean auto
entities()
will be used.public abstract Class<?> logFactory
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.