| Modifier and Type | Method and Description |
|---|---|
static JpaMethod |
JpaMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JpaMethod[] |
JpaMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
JpaNamingStrategy.getRequestName(JpaMethod jpaMethod,
Method javaMethod,
Object[] args)
Implementors must calculate a nonnull String that will get displayed in the JPA section.
|
String |
JpaDefaultNamingStrategy.getRequestName(JpaMethod jpaMethod,
Method javaMethod,
Object[] args)
Implementors must calculate a nonnull String that will get displayed in the JPA section.
|
Copyright © 2008–2016 Emeric Vernat. All rights reserved.