public interface DatabaseCache<T extends DatabaseObject>
| Modifier and Type | Method and Description |
|---|---|
T |
get(int pkey) |
Class<T> |
getObjectType()
The type of object this cache holds.
|
boolean |
isLinkBackOn()
The default LinkBack setting
|
void |
load(Statement stmt)
loads the cache from the database
|
void |
reset(Statement stmt)
clears the cache and reloads it from the database
|
Class<T> getObjectType()
boolean isLinkBackOn()
void load(Statement stmt) throws SQLException
SQLExceptionvoid reset(Statement stmt) throws SQLException
SQLExceptionT get(int pkey)
Copyright © 2021. All rights reserved.