|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJavaxPersistenceContext
Manages Persistence context annotation.
| Method Summary | |
|---|---|
String |
getName()
|
javax.persistence.PersistenceContextType |
getType()
|
String |
getUnitName()
|
void |
setName(String name)
sets the name of this persistence context. |
void |
setType(javax.persistence.PersistenceContextType type)
Sets the persistence context type. |
void |
setUnitName(String unitName)
sets the unit name of this persistence context. |
| Method Detail |
|---|
javax.persistence.PersistenceContextType getType()
void setType(javax.persistence.PersistenceContextType type)
type - given type.String getUnitName()
void setUnitName(String unitName)
unitName - the name of the persistence unitString getName()
void setName(String name)
name - the name of the persistence context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||