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