类 EntitiesImpl
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.EntitiesImpl
- 所有已实现的接口:
Entities
-
构造器概要
构造器构造器说明EntitiesImpl(JSqlClientImplementor sqlClient) EntitiesImpl(JSqlClientImplementor sqlClient, boolean forUpdate, Connection con, ExecutionPurpose purpose) -
方法概要
修饰符和类型方法说明deleteAllCommand(Class<?> type, Collection<?> ids) deleteCommand(Class<?> type, Object id) <E> List<E><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> type, Collection<?> ids) <E> List<E>findByIds(Fetcher<E> fetcher, Collection<?> ids) <E,V extends org.babyfish.jimmer.View<E>>
List<V>findExample(Class<V> viewType, Example<E> example, org.babyfish.jimmer.meta.TypedProp.Scalar<?, ?>... sortedProps) <ID,E> Map<ID, E> findMapByIds(Class<E> type, Collection<ID> ids) <ID,E> Map<ID, E> findMapByIds(Fetcher<E> fetcher, Collection<ID> ids) forConnection(Connection con) forSqlClient(JSqlClientImplementor sqlClient) getCon()<E> BatchEntitySaveCommand<E>saveAllCommand(Collection<E> entities) <E> SimpleEntitySaveCommand<E>saveCommand(E entity) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.Entities
batchDelete, batchDelete, batchDeleteCommand, batchSave, batchSaveCommand, delete, delete, deleteAll, deleteAll, deleteCommand, save, save, saveAll, saveCommand
-
构造器详细资料
-
EntitiesImpl
-
EntitiesImpl
public EntitiesImpl(JSqlClientImplementor sqlClient, boolean forUpdate, Connection con, ExecutionPurpose purpose)
-
-
方法详细资料
-
getSqlClient
-
getCon
-
forSqlClient
-
forUpdate
-
forConnection
- 指定者:
forConnection在接口中Entities
-
forLoader
-
forExporter
-
findById
-
findByIds
-
findMapByIds
- 指定者:
findMapByIds在接口中Entities
-
findById
-
findByIds
-
findMapByIds
- 指定者:
findMapByIds在接口中Entities
-
findAll
-
findAll
-
findAll
-
findByExample
public <E> List<E> findByExample(Example<E> example, org.babyfish.jimmer.meta.TypedProp.Scalar<?, ?>... sortedProps) - 指定者:
findByExample在接口中Entities
-
findByExample
public <E> List<E> findByExample(Example<E> example, Fetcher<E> fetcher, org.babyfish.jimmer.meta.TypedProp.Scalar<?, ?>... sortedProps) - 指定者:
findByExample在接口中Entities
-
findExample
public <E,V extends org.babyfish.jimmer.View<E>> List<V> findExample(Class<V> viewType, Example<E> example, org.babyfish.jimmer.meta.TypedProp.Scalar<?, ?>... sortedProps) - 指定者:
findExample在接口中Entities
-
saveCommand
- 指定者:
saveCommand在接口中Entities
-
saveAllCommand
- 指定者:
saveAllCommand在接口中Entities
-
deleteCommand
- 指定者:
deleteCommand在接口中Entities
-
deleteAllCommand
- 指定者:
deleteAllCommand在接口中Entities
-