public interface JpaNamingStrategy
JpaDefaultNamingStrategy| Modifier and Type | Method and Description |
|---|---|
String |
getRequestName(JpaMethod jpaMethod,
Method javaMethod,
Object[] args)
Implementors must calculate a nonnull String that will get displayed in the JPA section.
|
String getRequestName(JpaMethod jpaMethod, Method javaMethod, Object[] args)
jpaMethod - A normalization of the method that got called on the EntityManager.
Corresponds with param javaMethod.javaMethod - The method that got called on the EntityManager.
Corresponds with param jpaMethod.args - Nullable, the arguments for javaMethodCopyright © 2008–2016 Emeric Vernat. All rights reserved.