类 AssociationsImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.AssociationsImpl
- 所有已实现的接口:
Associations
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明batchDeleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds)batchDeleteCommand(Collection<Tuple2<Object,Object>> idTuples)batchSaveCommand(Collection<Object> sourceIds, Collection<Object> targetIds)batchSaveCommand(Collection<Tuple2<Object,Object>> idTuples)deleteCommand(Object sourceId, Object targetId)reverse()saveCommand(Object sourceId, Object targetId)从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.Associations
batchDelete, batchDelete, batchSave, batchSave, delete, save
-
构造器详细资料
-
AssociationsImpl
-
-
方法详细资料
-
reverse
- 指定者:
reverse在接口中Associations
-
saveCommand
- 指定者:
saveCommand在接口中Associations
-
batchSaveCommand
public AssociationSaveCommand batchSaveCommand(Collection<Object> sourceIds, Collection<Object> targetIds)- 指定者:
batchSaveCommand在接口中Associations
-
batchSaveCommand
- 指定者:
batchSaveCommand在接口中Associations
-
deleteCommand
- 指定者:
deleteCommand在接口中Associations
-
batchDeleteCommand
public Executable<Integer> batchDeleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds)- 指定者:
batchDeleteCommand在接口中Associations
-
batchDeleteCommand
- 指定者:
batchDeleteCommand在接口中Associations
-