All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
clearOptimisticLockingSetting() |
static void |
clearVersionsForPks() |
static void |
disableOptimisticLocking() |
static Object |
disablePKLookupRetry() |
static Object |
disablePKLookupRetry(ConfigIntf cfg) |
static void |
enableOptimisticLocking() |
static Object |
enablePKLookupRetry(ConfigIntf cfg,
long timeout,
long interval) |
static Object |
enablePKLookupRetry(long timeout,
long interval) |
static String |
getBeanNameFromHJMPKey(Object[] key) |
static String |
getPKFromHJMPKey(Object[] key) |
static Long |
getVersionForPk(PK pk) |
static boolean |
isConcurrentModificationException(Throwable e) |
static boolean |
isDuplicateKeyExceptionOnTypeCode(Exception e,
int typeCode) |
static boolean |
isFromServiceLayer(PK pk) |
static boolean |
isOptimisticLockingEnabled() |
static boolean |
isPKLookupRetryEnabled() |
static boolean |
isPKLookupRetryEnabled(ConfigIntf cfg) |
static void |
registerVersionsForPks(Map<PK,Long> mapping) |
static void |
restorPKLookupRetry(ConfigIntf cfg,
Object token) |
static void |
restorPKLookupRetry(Object token) |
static ResultSet |
retryMissingPKLookup(PreparedStatement pstmt,
long timeout,
long delay) |
static ResultSet |
retryMissingPKLookup(ResultSet previousResultSet,
PreparedStatement pstmt,
ConfigIntf cfg) |
static void |
tryToClose(Connection connection,
Statement statement) |
static void |
tryToClose(Connection connection,
Statement statement,
ResultSet resultSet) |
static void |
tryToClose(Connection connection,
Statement statement,
Statement statement2) |
static void |
tryToClose(Connection connection,
Statement statement,
Statement statement2,
ResultSet resultSet) |
static void |
tryToClose(Statement statement) |
static void |
tryToClose(Statement statement,
ResultSet resultSet) |
static void |
updateVersionForPk(PK pk,
Long version) |