Class RebindingTasks
java.lang.Object
ch.tocco.nice2.rest.entity.impl.rebind.RebindingTasks
-
Method Summary
Modifier and TypeMethodDescriptionstatic PersistTask
<Entity, Entity> checkVersion
(EntityRebindingData entityData) static PersistTask
<EntityRebindingData, Entity> static PersistTask
<EntityRebindingData, Entity> loadOrCreate
(RebindLimitConfiguration limitConfiguration) static PersistTask
<Entity, Entity> patchPaths
(PathRebinder pathRebinder, EntityRebindingData entityData) static PersistTask
<Entity, Entity> patchPaths
(PathRebinder pathRebinder, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) static PersistTask
<Entity, Entity> setPaths
(PathRebinder pathRebinder, EntityRebindingData entityData) static PersistTask
<Entity, Entity> setPaths
(PathRebinder pathRebinder, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector)
-
Method Details
-
loadOrCreate
-
loadOrCreate
public static PersistTask<EntityRebindingData,Entity> loadOrCreate(RebindLimitConfiguration limitConfiguration) -
checkVersion
-
setPaths
public static PersistTask<Entity,Entity> setPaths(PathRebinder pathRebinder, EntityRebindingData entityData) -
setPaths
public static PersistTask<Entity,Entity> setPaths(PathRebinder pathRebinder, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector) -
patchPaths
public static PersistTask<Entity,Entity> patchPaths(PathRebinder pathRebinder, EntityRebindingData entityData) -
patchPaths
public static PersistTask<Entity,Entity> patchPaths(PathRebinder pathRebinder, EntityRebindingData entityData, RebindLimitConfiguration limitConfiguration, EntityBeanRebinder.RebindCollector rebindCollector)
-