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