|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<HibernateTelemetryFields>
org.addsimplicity.anicetus.hibernate.HibernateTelemetryFields
public enum HibernateTelemetryFields
The fields enumeration provides the distinguished names for the fields the hibernate telemetry adds.
| Enum Constant Summary | |
|---|---|
HibernateEntity
The entities that are involved in the Hibernate transaction. |
|
SQLStatement
The SQL statements that are executed during the transaction. |
|
Table
The tables that are referenced during the transaction. |
|
| Method Summary | |
|---|---|
static HibernateTelemetryFields |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HibernateTelemetryFields[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HibernateTelemetryFields HibernateEntity
public static final HibernateTelemetryFields SQLStatement
public static final HibernateTelemetryFields Table
| Method Detail |
|---|
public static final HibernateTelemetryFields[] values()
for(HibernateTelemetryFields c : HibernateTelemetryFields.values())
System.out.println(c);
public static HibernateTelemetryFields valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||