|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object PersistenceManagerImpl kodo.runtime.KodoPersistenceManager
public class KodoPersistenceManager
A Kodo 3.x backwards-compatible interface to persistence managers.
Field Summary | |
---|---|
static int |
LOOKUP_CHECK
Deprecated. |
static int |
LOOKUP_HOLLOW
Deprecated. |
Constructor Summary | |
---|---|
KodoPersistenceManager(KodoPersistenceManagerFactory pmf,
Broker broker)
Deprecated. |
Method Summary | |
---|---|
Object |
attach(Object pc)
Deprecated. |
Collection |
attachAll(Collection pcs)
Deprecated. |
Object[] |
attachAll(Object[] pcs)
Deprecated. |
Object |
detach(Object pc)
Deprecated. |
Collection |
detachAll(Collection pcs)
Deprecated. |
Object[] |
detachAll(Object[] pcs)
Deprecated. |
boolean |
getAttachFetchFields()
Deprecated. |
int |
getDetachFields()
Deprecated. |
boolean |
getDetachOnClose()
Deprecated. |
Extent |
getExtent(Class type)
Deprecated. |
Extent |
getExtent(Class type,
boolean subclasses)
Deprecated. |
FetchConfiguration |
getFetchConfiguration()
Deprecated. |
Object |
getObjectById(Object oid,
boolean validate)
Deprecated. |
int |
getObjectLookupMode()
Deprecated. |
Collection |
getObjectsById(Collection oids,
boolean validate)
Deprecated. |
Object[] |
getObjectsById(Object[] oids,
boolean validate)
Deprecated. |
PersistenceManagerFactory |
getPersistenceManagerFactory()
Deprecated. |
boolean |
getRetainValuesInOptimistic()
Deprecated. |
boolean |
isPopulateDataCache()
Deprecated. |
protected Query |
newQueryInternal(Query del)
Deprecated. |
void |
registerListener(TransactionListener tl)
Deprecated. |
boolean |
removeListener(TransactionListener tl)
Deprecated. |
void |
setAttachFetchFields(boolean attachFetchFields)
Deprecated. |
void |
setDetachFields(int mode)
Deprecated. |
void |
setDetachOnClose(boolean detach)
Deprecated. |
void |
setObjectLookupMode(int mode)
Deprecated. |
void |
setPopulateDataCache(boolean populate)
Deprecated. |
void |
setRetainValuesInOptimistic(boolean retain)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LOOKUP_CHECK
public static final int LOOKUP_HOLLOW
Constructor Detail |
---|
public KodoPersistenceManager(KodoPersistenceManagerFactory pmf, Broker broker)
Method Detail |
---|
public PersistenceManagerFactory getPersistenceManagerFactory()
public boolean getRetainValuesInOptimistic()
public void setRetainValuesInOptimistic(boolean retain)
public int getObjectLookupMode()
public void setObjectLookupMode(int mode)
public FetchConfiguration getFetchConfiguration()
public void registerListener(TransactionListener tl)
public boolean removeListener(TransactionListener tl)
public Object getObjectById(Object oid, boolean validate)
public Collection getObjectsById(Collection oids, boolean validate)
public Object[] getObjectsById(Object[] oids, boolean validate)
public boolean getDetachOnClose()
public void setDetachOnClose(boolean detach)
public void setAttachFetchFields(boolean attachFetchFields)
public boolean getAttachFetchFields()
public int getDetachFields()
public void setDetachFields(int mode)
public Object detach(Object pc)
public Collection detachAll(Collection pcs)
public Object[] detachAll(Object[] pcs)
public Object attach(Object pc)
public Collection attachAll(Collection pcs)
public Object[] attachAll(Object[] pcs)
public boolean isPopulateDataCache()
public void setPopulateDataCache(boolean populate)
public Extent getExtent(Class type)
public Extent getExtent(Class type, boolean subclasses)
protected Query newQueryInternal(Query del)
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |