javax.persistence
注釈タイプ PersistenceContext


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface PersistenceContext


任意要素の概要
 String name
           
 PersistenceProperty[] properties
           
 PersistenceContextType type
           
 String unitName
           
 

name

public abstract String name
デフォルト:
""

unitName

public abstract String unitName
デフォルト:
""

type

public abstract PersistenceContextType type
デフォルト:
TRANSACTION

properties

public abstract PersistenceProperty[] properties
デフォルト:
{}


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.