|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface PersistenceProperty
Property used by Persistence Context.
Required Element Summary | |
---|---|
java.lang.String |
name
Name of the property. |
java.lang.String |
value
Value of the property. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |