Uses of Class
io.ebeaninternal.server.core.PersistRequest
Packages that use PersistRequest
Package
Description
Core implementation objects
Persistence Implementation
-
Uses of PersistRequest in io.ebeaninternal.server.core
Subclasses of PersistRequest in io.ebeaninternal.server.coreModifier and TypeClassDescriptionfinal classPersistRequest for insert update or delete of a bean.final classPersist request specifically for CallableSql.final classPersist request specifically for CallableSql.final classPersist request specifically for CallableSql. -
Uses of PersistRequest in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist with parameters of type PersistRequestModifier and TypeMethodDescriptionintBatchControl.executeStatementOrBatch(PersistRequest request, boolean batch, boolean addBatch) Execute a Orm Update, SqlUpdate or CallableSql.