public class DefaultNamingPolicy extends Object implements NamingPolicy
A default implementation of NamingPolicy.
| Constructor and Description |
|---|
DefaultNamingPolicy() |
| 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.
|
public String getProxyName(String baseClassName, Object key)
NamingPolicygetProxyName in interface NamingPolicybaseClassName - The fully-qualified name of the proxy supertype (null if none given)key - The lookup key for the proxy classCopyright © 2014. All rights reserved.