| java.lang.Object dtw.webmail.util.CastorDatabase dtw.webmail.plugin.std.JwmaDatabase
JwmaDatabase | public class JwmaDatabase extends CastorDatabase (Code) | | Class extending the abstract CastorDatabase class,
to specialize it for the jwma database.
It caches and reuses queries used within jwma.
author: Dieter Wimberger version: 0.9.7 07/02/2003 |
Field Summary | |
final public static String | PREFINSTANCE_BYUSERID Defines the identifier of the query for a preferences instance
by user identity. |
PREFINSTANCE_BYUSERID | final public static String PREFINSTANCE_BYUSERID(Code) | | Defines the identifier of the query for a preferences instance
by user identity.
|
JwmaDatabase | public JwmaDatabase()(Code) | | |
Methods inherited from dtw.webmail.util.CastorDatabase | public void begin() throws PersistenceException(Code)(Java Doc) public void close() throws PersistenceException(Code)(Java Doc) public void commit() throws TransactionNotInProgressException, TransactionAbortedException(Code)(Java Doc) public void create(Object object) throws ClassNotPersistenceCapableException, DuplicateIdentityException, TransactionNotInProgressException, PersistenceException(Code)(Java Doc) abstract public CastorDatabase createCastorDatabase() throws JwmaException(Code)(Java Doc) public Database getDatabase()(Code)(Java Doc) public Object getIdentity(Object object)(Code)(Java Doc) public OQLQuery getOQLQuery()(Code)(Java Doc) public OQLQuery getOQLQuery(String oql) throws QueryException(Code)(Java Doc) public OQLQuery getQuery(String identifier)(Code)(Java Doc) public boolean isActive()(Code)(Java Doc) public boolean isAutoStore()(Code)(Java Doc) public boolean isClosed()(Code)(Java Doc) public boolean isPersistent(Object object)(Code)(Java Doc) public Object load(Class type, Object identity) throws TransactionNotInProgressException, ObjectNotFoundException, LockNotGrantedException, PersistenceException(Code)(Java Doc) public void putQuery(String identifier, OQLQuery query)(Code)(Java Doc) public void remove(Object object) throws ObjectNotPersistentException, LockNotGrantedException, TransactionNotInProgressException, PersistenceException(Code)(Java Doc) public void rollback() throws TransactionNotInProgressException(Code)(Java Doc) public void setAutoStore(boolean autoStore)(Code)(Java Doc) public void update(Object object) throws ClassNotPersistenceCapableException, TransactionNotInProgressException, PersistenceException(Code)(Java Doc)
|
|
|