Method Summary |
|
public void | close() |
public Transaction | currentTransaction() |
public void | deletePersistent(Object o) |
public void | deletePersistentAll(Object[] objects) |
public void | deletePersistentAll(Collection collection) |
public void | evict(Object o) |
public void | evictAll(Object[] objects) |
public void | evictAll(Collection collection) |
public void | evictAll() |
OTMConnection | getConnection() |
public Extent | getExtent(Class aClass, boolean include_extent) |
public boolean | getIgnoreCache() |
OTMKit | getKit() |
public boolean | getMultithreaded() |
public Object | getObjectById(Object o, boolean validate) |
public Object | getObjectId(Object o) |
public Class | getObjectIdClass(Class aClass) |
public PersistenceManagerFactory | getPersistenceManagerFactory() |
public Object | getTransactionalObjectId(Object o) |
public Object | getUserObject() |
public boolean | isClosed() |
public void | makeNontransactional(Object o) |
public void | makeNontransactionalAll(Object[] objects) |
public void | makeNontransactionalAll(Collection collection) |
public void | makePersistent(Object o) |
public void | makePersistentAll(Object[] objects) |
public void | makePersistentAll(Collection collection) |
public void | makeTransactional(Object o) |
public void | makeTransactionalAll(Object[] objects) |
public void | makeTransactionalAll(Collection collection) |
public void | makeTransient(Object o) Right now this makes the object non-transactional. |
public void | makeTransientAll(Object[] objects) |
public void | makeTransientAll(Collection collection) |
public Object | newObjectIdInstance(Class aClass, String s) |
public Query | newQuery() |
public Query | newQuery(Object o) |
public Query | newQuery(String s, Object o) |
public Query | newQuery(Class aClass) |
public Query | newQuery(Extent extent) |
public Query | newQuery(Class aClass, Collection collection) |
public Query | newQuery(Class aClass, String s) |
public Query | newQuery(Class aClass, Collection collection, String s) |
public Query | newQuery(Extent extent, String s) |
public void | refresh(Object o) |
public void | refreshAll(Object[] objects) |
public void | refreshAll(Collection collection) |
public void | refreshAll() |
public void | retrieve(Object o) |
public void | retrieveAll(Collection collection) |
public void | retrieveAll(Object[] objects) |
public void | retrieveAll(Collection arg0, boolean arg1) |
public void | retrieveAll(Object[] arg0, boolean arg1) |
public void | setIgnoreCache(boolean b) |
public void | setMultithreaded(boolean b) |
public void | setUserObject(Object o) |