|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to manage sequences defined for a pmf.
Method Summary | |
---|---|
void |
addSequence(java.lang.Object sequence)
Add the sequence if not already registered in the list of sequences defined for this pmf. |
java.lang.Object |
getLongGenMgr()
Get the long generator manager. |
org.objectweb.jorm.api.PMapper |
getMapper()
|
ProxyManagerFactory |
getPMF()
|
javax.jdo.datastore.Sequence |
getSequence(java.lang.String name)
Return the sequence associated to the name parameter. |
void |
removeSequence(java.lang.String sequenceName)
Try to remove the sequence identified by the sequenceName from the list of sequences defined for this pmf. |
void |
setLongGenMgr(java.lang.Object longGenMgr)
Set the long generator manager. |
void |
setMapper(org.objectweb.jorm.api.PMapper mapper)
|
void |
setPMF(ProxyManagerFactory pmf)
|
Method Detail |
public java.lang.Object getLongGenMgr()
public void setLongGenMgr(java.lang.Object longGenMgr)
public void addSequence(java.lang.Object sequence)
sequence
- public void removeSequence(java.lang.String sequenceName)
sequenceName
- the fully qualified name of the sequence,
i.e "packageName.sequenceName".public javax.jdo.datastore.Sequence getSequence(java.lang.String name)
name
- the fully qualified name of the sequence,
i.e "packageName.sequenceName".public org.objectweb.jorm.api.PMapper getMapper()
public void setMapper(org.objectweb.jorm.api.PMapper mapper)
public ProxyManagerFactory getPMF()
public void setPMF(ProxyManagerFactory pmf)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |