Uses of Interface
org.aksw.commons.beans.model.EntityOps
Packages that use EntityOps
-
Uses of EntityOps in org.aksw.commons.beans.model
Classes in org.aksw.commons.beans.model that implement EntityOpsFields in org.aksw.commons.beans.model declared as EntityOpsMethods in org.aksw.commons.beans.model that return EntityOpsMethods in org.aksw.commons.beans.model with parameters of type EntityOpsModifier and TypeMethodDescriptionstatic voidMethod parameters in org.aksw.commons.beans.model with type arguments of type EntityOpsModifier and TypeMethodDescriptionstatic Objectstatic ObjectEntityOps.deepCopy(Object entity, Function<Class<?>, EntityOps> classToOps, Function<Object, Object> getEntityToClone, BiConsumer<Object, Object> putEntityToClone) static ObjectEntityOps.deepCopy(Object entity, Function<Class<?>, EntityOps> classToOps, Function<Object, Object> getEntityToClone, BiConsumer<Object, Object> putEntityToClone, Predicate<Object> getIsCopied, Consumer<Object> setIsCopied) static ObjectEntityOps.deepCopy(Object entity, Function<Class<?>, EntityOps> classToOps, Set<Object> managedEntities) Deep copy, with any entity in managedEntities does NOT cause the creation of a clone For all entities not in the set a clone will be created and added to the setConstructors in org.aksw.commons.beans.model with parameters of type EntityOps