Field Summary |
|
final public static String | AUTO_COMMIT Option to automatically commit data after each operation. |
final public static String | CACHE_SIZE |
final public static String | CACHE_TYPE Cache type. |
final public static String | DISABLE_TRANSACTIONS Option to disable transaction (to increase performance at the cost of
potential data loss). |
final public static String | NORMAL_CACHE Use normal (strong) object references for the record cache. |
final public static String | PROVIDER_FACTORY Option to create a thread-safe record manager. |
final public static String | SOFT_REF_CACHE Use soft references {$link java.lang.ref.SoftReference} for the record
cache instead of the default normal object references. |
final public static String | THREAD_SAFE Option to create a thread-safe record manager. |
final public static String | WEAK_REF_CACHE Use weak references {$link java.lang.ref.WeakReference} for the record
cache instead of the default normal object references. |