javax.persistence
Annotation Type PersistenceProperty


@Target(value={})
@Retention(value=RUNTIME)
public @interface PersistenceProperty

Property used by Persistence Context.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 java.lang.String name
          Name of the property.
 java.lang.String value
          Value of the property.
 

Element Detail

name

public abstract java.lang.String name
Name of the property.


value

public abstract java.lang.String value
Value of the property.