类 AssociationsImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.AssociationsImpl
- 所有已实现的接口:
Associations
-
构造器概要
构造器构造器说明AssociationsImpl(JSqlClientImplementor sqlClient, Connection con, AssociationType associationType) -
方法概要
修饰符和类型方法说明batchDeleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds) batchDeleteCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object, Object>> idTuples) batchSaveCommand(Collection<Object> sourceIds, Collection<Object> targetIds) batchSaveCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object, Object>> idTuples) deleteCommand(Object sourceId, Object targetId) forConnection(Connection con) 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
public AssociationsImpl(JSqlClientImplementor sqlClient, Connection con, AssociationType associationType)
-
-
方法详细资料
-
forConnection
- 指定者:
forConnection在接口中Associations
-
reverse
- 指定者:
reverse在接口中Associations
-
saveCommand
- 指定者:
saveCommand在接口中Associations
-
batchSaveCommand
public AssociationSaveCommand batchSaveCommand(Collection<Object> sourceIds, Collection<Object> targetIds) - 指定者:
batchSaveCommand在接口中Associations
-
batchSaveCommand
public AssociationSaveCommand batchSaveCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object, Object>> idTuples) - 指定者:
batchSaveCommand在接口中Associations
-
deleteCommand
- 指定者:
deleteCommand在接口中Associations
-
batchDeleteCommand
public Executable<Integer> batchDeleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds) - 指定者:
batchDeleteCommand在接口中Associations
-
batchDeleteCommand
public Executable<Integer> batchDeleteCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object, Object>> idTuples) - 指定者:
batchDeleteCommand在接口中Associations
-