javax.persistence
Annotation Type PersistenceContext
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface PersistenceContext
name
public abstract String name
- Default:
- ""
unitName
public abstract String unitName
- Default:
- ""
type
public abstract PersistenceContextType type
- Default:
- javax.persistence.PersistenceContextType.TRANSACTION
properties
public abstract PersistenceProperty[] properties
- Default:
- {}
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.