接口 Entities
- 所有已知实现类:
EntitiesImpl
public interface Entities
-
方法概要
修饰符和类型方法说明default DeleteResultbatchDelete(Class<?> entityType, Collection<?> ids)batchDeleteCommand(Class<?> entityType, Collection<?> ids)default <E> BatchSaveResult<E>batchSave(Collection<E> entities)<E> BatchEntitySaveCommand<E>batchSaveCommand(Collection<E> entities)default DeleteResultdeleteCommand(Class<?> entityType, Object id)<E> E<E> E<E> List<E>findByIds(Class<E> entityType, Collection<Object> ids)<E> List<E>findByIds(Fetcher<E> fetcher, Collection<Object> ids)<ID, E> Map<ID,E>findMapByIds(Class<E> entityType, Collection<ID> ids)<ID, E> Map<ID,E>findMapByIds(Fetcher<E> fetcher, Collection<ID> ids)default <E> SimpleSaveResult<E>save(E entity)<E> SimpleEntitySaveCommand<E>saveCommand(E entity)
-
方法详细资料
-
findById
-
findByIds
-
findMapByIds
-
findById
-
findByIds
-
findMapByIds
-
save
-
saveCommand
-
batchSave
-
batchSaveCommand
-
delete
-
deleteCommand
-
batchDelete
-
batchDeleteCommand
-