static void |
CMPBeanHelper.handleJDODuplicateObjectIdAsDuplicateKeyException(String beanName,
String paramList,
JDOException ex) |
Called from a CMP bean to process JDODuplicateObjectIdException.
|
static void |
CMPBeanHelper.handleJDODuplicateObjectIdAsEJBException(String beanName,
String paramList,
JDOException ex) |
Called from a CMP bean to process JDODuplicateObjectIdException.
|
static void |
CMPBeanHelper.handleJDOObjectNotFoundException(Object primaryKey,
String beanName,
JDOException ex) |
Called from a CMP bean to process JDOObjectNotFoundException.
|
static String |
CMPBeanHelper.logJDOExceptionFromPKSetter(String beanName,
JDOException ex) |
Called from a CMP bean to log JDOException message thrown
from a PK setter method, with the InternalLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithFinderLogger(String beanName,
Object[] params,
JDOException ex) |
Called from a CMP bean to log JDOException message thrown
from a any finder or selector method, with the FinderLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithInternalLogger(String beanName,
JDOException ex) |
Called from a CMP bean to log JDOException message thrown
from a any getter or setter method, with the InternalLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithLifecycleLogger(String key,
String beanName,
JDOException ex) |
Called from a CMP bean to log JDOException message
with the LifecycleLogger.
|
static void |
CMPBeanHelper.logJDOExceptionWithLifecycleLogger(String key,
String beanName,
String paramList,
JDOException ex) |
Called from a CMP bean to log JDOException message
with the LifecycleLogger.
|