Uses of Class
io.ebeaninternal.server.core.PersistRequestBean
Packages that use PersistRequestBean
Package
Description
Bean description
Persistence Implementation
-
Uses of PersistRequestBean in io.ebeaninternal.api
Methods in io.ebeaninternal.api that return types with arguments of type PersistRequestBeanModifier and TypeMethodDescriptionTransactionEvent.listenerNotify()Return the list of PersistRequestBean's for this transaction.Methods in io.ebeaninternal.api with parameters of type PersistRequestBeanModifier and TypeMethodDescriptionvoidTransactionEvent.addListenerNotify(PersistRequestBean<?> request) Add post commit listeners.booleanSpiTransaction.checkBatchEscalationOnCascade(PersistRequestBean<?> request) Return true if batch mode got escalated for this request (and associated cascades).booleanSpiTransactionProxy.checkBatchEscalationOnCascade(PersistRequestBean<?> request) -
Uses of PersistRequestBean in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type PersistRequestBeanModifier and TypeMethodDescriptionvoidBeanDescriptor.cachePersistDelete(Object id, PersistRequestBean<T> deleteRequest, CacheChangeSet changeSet) Remove a bean from the cache given its Id.voidBeanDescriptor.cachePersistInsert(PersistRequestBean<T> insertRequest, CacheChangeSet changeSet) Add the insert changes to the changeSet.voidBeanDescriptor.cachePersistUpdate(Object id, PersistRequestBean<T> updateRequest, CacheChangeSet changeSet) Add the update to the changeSet.BeanDescriptor.changeLogBean(PersistRequestBean<T> request) Return true if this request should be included in the change log. -
Uses of PersistRequestBean in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist with parameters of type PersistRequestBeanModifier and TypeMethodDescriptionintBeanPersister.delete(PersistRequestBean<?> request) execute the delete bean request.intBatchControl.executeOrQueue(PersistRequestBean<?> request, boolean batch) Entity Bean insert, update or delete.voidBeanPersister.insert(PersistRequestBean<?> request) execute the insert bean request.voidBeanPersister.update(PersistRequestBean<?> request) execute the update bean request.