Package org.hibernate.testing.orm.junit
Annotation Interface Setting
public @interface Setting
A setting for use in other annotations to define settings for various things.
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameThe setting name. Often a constant fromAvailableSettings
-
value
String valueThe setting value
-