|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface PersistenceProperty
Describes a single container or persistence provider property. Used in PersistenceContext
.
Required Element Summary | |
---|---|
String |
name
The name of the property |
String |
value
The value of the property |
Element Detail |
---|
public abstract String name
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |