类 EntitiesImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.mutation.EntitiesImpl
- 所有已实现的接口:
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)
-
构造器详细资料
-
EntitiesImpl
-
-
方法详细资料
-
saveCommand
- 指定者:
saveCommand在接口中Entities
-
batchSaveCommand
- 指定者:
batchSaveCommand在接口中Entities
-
deleteCommand
- 指定者:
deleteCommand在接口中Entities
-
batchDeleteCommand
- 指定者:
batchDeleteCommand在接口中Entities
-
batchDeleteCommand
- 指定者:
batchDeleteCommand在接口中Entities
-