接口 Entities
- 所有已知实现类:
EntitiesImpl
public interface Entities
To be absolutely cache friendly,
all query methods like "find...ById(s)" of this class ignore the global filters.
The mentions here ignore global filters, only for aggregate root objects,
excluding deeper objects fetched by object fetcher.
-
方法概要
修饰符和类型方法说明batchDelete(Class<?> entityType, Collection<?> ids)batchDeleteCommand(Class<?> entityType, Collection<?> ids)<E> BatchSaveResult<E>batchSave(Collection<E> entities)<E> BatchEntitySaveCommand<E>batchSaveCommand(Collection<E> entities)deleteCommand(Class<?> entityType, Object id)<E> List<E><E> List<E><E> List<E>findByExample(Example<E> example, org.babyfish.jimmer.meta.TypedProp.Scalar<?,?>... sortedProps)<E> List<E>findByExample(Example<E> example, Fetcher<E> fetcher, org.babyfish.jimmer.meta.TypedProp.Scalar<?,?>... sortedProps)<E> E<E> E<E> List<E>findByIds(Class<E> entityType, Collection<?> ids)<E> List<E>findByIds(Fetcher<E> fetcher, Collection<?> 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)forConnection(Connection con)<E> SimpleSaveResult<E>save(E entity)<E> SimpleEntitySaveCommand<E>saveCommand(E entity)
-
方法详细资料
-
forUpdate
-
forConnection
-
findById
-
findByIds
-
findMapByIds
-
findById
-
findByIds
-
findMapByIds
-
findAll
-
findAll
-
findByExample
-
findByExample
-
save
-
saveCommand
-
batchSave
-
batchSaveCommand
-
delete
-
deleteCommand
-
batchDelete
-
batchDeleteCommand
-