接口 Entities
- 所有已知实现类:
EntitiesImpl
public interface Entities
-
方法概要
修饰符和类型方法说明batchDeleteCommand(Class<?> entityType, Object... ids)batchDeleteCommand(Class<?> entityType, Collection<?> ids)<E> BatchSaveCommand<E>batchSaveCommand(Collection<E> entities)deleteCommand(Class<?> entityType, Object id)<E> SimpleSaveCommand<E>saveCommand(E entity)
-
方法详细资料
-
saveCommand
-
batchSaveCommand
-
deleteCommand
-
batchDeleteCommand
-
batchDeleteCommand
-