org.jboss.ejb3.annotation
Annotation Type PersistenceManager


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PersistenceManager

Annotation for specifying the class used to provide the persistence mechanism for a bean


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value