接口 Associations
- 所有已知实现类:
AssociationsImpl
public interface Associations
-
方法概要
修饰符和类型方法说明default intbatchDelete(Collection<Object> sourceIds, Collection<Object> targetIds)default intbatchDelete(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples)batchDeleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds)batchDeleteCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples)default intbatchSave(Collection<Object> sourceIds, Collection<Object> targetIds)default intbatchSave(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)default intdeleteCommand(Object sourceId, Object targetId)forConnection(Connection con)reverse()default intsaveCommand(Object sourceId, Object targetId)
-
方法详细资料
-
forConnection
-
reverse
Associations reverse() -
save
-
batchSave
-
batchSave
default int batchSave(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples) -
saveCommand
-
batchSaveCommand
AssociationSaveCommand batchSaveCommand(Collection<Object> sourceIds, Collection<Object> targetIds) -
batchSaveCommand
AssociationSaveCommand batchSaveCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples) -
delete
-
batchDelete
-
batchDelete
default int batchDelete(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples) -
deleteCommand
-
batchDeleteCommand
-
batchDeleteCommand
Executable<Integer> batchDeleteCommand(Collection<org.babyfish.jimmer.sql.ast.tuple.Tuple2<Object,Object>> idTuples)
-