接口 Associations
- 所有已知实现类:
AssociationsImpl
public interface Associations
-
方法概要
修饰符和类型方法说明deleteCommand(Object sourceId, Object targetId)deleteCommand(Collection<Object> sourceIds, Collection<Object> targetIds)deleteCommand(Collection<Tuple2<Object,Object>> idPairs)reverse()default Executable<Integer>saveCommand(Object sourceId, Object targetId)saveCommand(Object sourceId, Object targetId, boolean checkExistence)default Executable<Integer>saveCommand(Collection<Object> sourceIds, Collection<Object> targetIds)saveCommand(Collection<Object> sourceIds, Collection<Object> targetIds, boolean checkExistence)default Executable<Integer>saveCommand(Collection<Tuple2<Object,Object>> idPairs)saveCommand(Collection<Tuple2<Object,Object>> idPairs, boolean checkExistence)
-
方法详细资料
-
reverse
Associations reverse() -
saveCommand
-
saveCommand
default Executable<Integer> saveCommand(Collection<Object> sourceIds, Collection<Object> targetIds) -
saveCommand
-
saveCommand
-
saveCommand
Executable<Integer> saveCommand(Collection<Object> sourceIds, Collection<Object> targetIds, boolean checkExistence) -
saveCommand
Executable<Integer> saveCommand(Collection<Tuple2<Object,Object>> idPairs, boolean checkExistence) -
deleteCommand
-
deleteCommand
-
deleteCommand
-