| Package | Description |
|---|---|
| com.impetus.kundera.persistence | |
| com.impetus.kundera.proxy | |
| com.impetus.kundera.proxy.cglib |
| Modifier and Type | Method and Description |
|---|---|
private KunderaProxy |
AssociationBuilder.getLazyEntity(String entityName,
Class<?> persistentClass,
Method getIdentifierMethod,
Method setIdentifierMethod,
Object id,
PersistenceDelegator pd) |
| Modifier and Type | Method and Description |
|---|---|
KunderaProxy |
LazyInitializerFactory.getProxy(String entityName)
Returns proxy instance for a given entity name, null if none exists
|
KunderaProxy |
LazyInitializerFactory.getProxy(String entityName,
Class<?> persistentClass,
Method getIdentifierMethod,
Method setIdentifierMethod,
Object id,
PersistenceDelegator pd)
Get Lazily loadable @Entity proxy.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Map<String,KunderaProxy> |
CglibLazyInitializerFactory.proxies |
| Modifier and Type | Method and Description |
|---|---|
KunderaProxy |
CglibLazyInitializerFactory.getProxy(String entityName) |
static KunderaProxy |
CglibLazyInitializer.getProxy(String entityName,
Class<?> persistentClass,
Class<?>[] interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
Object id,
PersistenceDelegator pd)
Gets the proxy.
|
KunderaProxy |
CglibLazyInitializerFactory.getProxy(String entityName,
Class<?> persistentClass,
Method getIdentifierMethod,
Method setIdentifierMethod,
Object id,
PersistenceDelegator pd) |
private static KunderaProxy |
CglibLazyInitializer.getProxyInstance(Class factory,
CglibLazyInitializer instance)
Gets the proxy instance.
|
Copyright © 2015. All Rights Reserved.