|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
PersistentClass
annotations instead.getAutoIncrementRetrievalStatement
.
TRANSACTION_READ_COMMITTED
.
true
by default.
HashMap
with additional bells and whistles.Store.beginTransaction()
.
Store.beginTransaction()
.
PreparedStatement
instance that can be
used to retrieve the auto-increment value of a record just
inserted.
store
.
Persistent
.
PersistentID
and a class reference.
getStore(ServletConfig, String, ClassLoader)
by passing
the servlet configuration of the servlet.
getStore(ServletContext, String, ClassLoader)
by passing
a servlet context.
DatabaseFactory
.
Store.beginTransaction()
.
Store
as
one whose instances can be persisted in a database.
PersistentClass
annotation instead.PersistentClass.indexes()
is set.HashMap.put(java.lang.Object, java.lang.Object)
, but also
associates specified comparison operator with the key.
HashMap.put(java.lang.Object, java.lang.Object)
, but also
associates specified logical operator with the key.
HashMap.put(java.lang.Object, java.lang.Object)
, but also
associates specified logical and comparison operator with the key.
requestLock
in the current thread.
Store.requestLock(Class, String, int)
.
Store.requestLock(Class, String, int)
.
TRANSACTION_READ_COMMITTED
.
java.util.Iterator
for objects obtained from a database connection.containerBean
given.
containerBeanID
given.
PrepartedStatement
parameter.
Driver.connect
method.
Store
instance provides
mapping of Java objects (beans) to relational
database tables and vice-versa.Store
methods, generally
when there's a database error.Clazz
that implements Persistent,
you may define Clazz_StoreInfo
which implements
this interface (but note that this technique is deprecated in
favor of PersistentClass
annotations).
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |