public interface NamingPolicy
| Modifier and Type | Method and Description |
|---|---|
String |
getProxyName(String baseClassName,
Object key)
Returns the generated proxy class name based on the given type
and the key.
|
String getProxyName(String baseClassName, Object key)
baseClassName - The fully-qualified name of the proxy supertype (null if none given)key - The lookup key for the proxy classCopyright © 2014. All rights reserved.