| Package | Description |
|---|---|
| org.josef.jpa |
JPA (Java Persistence API) related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistAction |
PersistAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistAction[] |
PersistAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JpaLogUtil.logAction(PersistAction action,
String message)
Logs the execution of the supplied action.
|
static void |
JpaLogUtil.logSuccessfulAction(PersistAction action,
String message)
Logs the successful execution of the supplied action.
|
static void |
JpaLogUtil.logUnsuccessfulAction(PersistAction action,
org.apache.logging.log4j.Level logLevel,
String message,
Throwable cause)
Logs the unsuccessful execution of the supplied action, using the
supplied logLevel.
|
static void |
JpaLogUtil.logUnsuccessfulAction(PersistAction action,
String message,
Throwable cause)
Logs the unsuccessful execution of the supplied action.
|
Copyright © 2008–2017. All rights reserved.