Class ServerProxyfier
java.lang.Object
org.bonitasoft.engine.business.data.proxy.ServerProxyfier
- Author:
- Colin Puy, Laurent Leseigneur
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassHandler that lazy load values for lazy loading methods that hasn't been loaded -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisLazyMethodProxyfied(org.bonitasoft.engine.bdm.Entity e) <T extends org.bonitasoft.engine.bdm.Entity>
List<T><T extends org.bonitasoft.engine.bdm.Entity>
Tproxify(T entity) static org.bonitasoft.engine.bdm.EntityunProxifyIfNeeded(org.bonitasoft.engine.bdm.Entity entity)
-
Constructor Details
-
ServerProxyfier
-
-
Method Details
-
isLazyMethodProxyfied
public static boolean isLazyMethodProxyfied(org.bonitasoft.engine.bdm.Entity e) -
proxify
public <T extends org.bonitasoft.engine.bdm.Entity> T proxify(T entity) -
proxify
-
unProxifyIfNeeded
public static org.bonitasoft.engine.bdm.Entity unProxifyIfNeeded(org.bonitasoft.engine.bdm.Entity entity)
-