Uses of Interface
io.ebeaninternal.api.SpiProfileTransactionEvent
Packages that use SpiProfileTransactionEvent
Package
Description
Core implementation objects
Persistence Implementation
-
Uses of SpiProfileTransactionEvent in io.ebeaninternal.api
Methods in io.ebeaninternal.api with parameters of type SpiProfileTransactionEventModifier and TypeMethodDescriptionvoidSpiTransaction.profileEvent(SpiProfileTransactionEvent event) Check if the event should be added to a profiling transaction.voidSpiTransactionProxy.profileEvent(SpiProfileTransactionEvent event) -
Uses of SpiProfileTransactionEvent in io.ebeaninternal.server.core
Classes in io.ebeaninternal.server.core that implement SpiProfileTransactionEventModifier and TypeClassDescriptionfinal classPersistRequest for insert update or delete of a bean. -
Uses of SpiProfileTransactionEvent in io.ebeaninternal.server.persist
Classes in io.ebeaninternal.server.persist that implement SpiProfileTransactionEventModifier and TypeClassDescriptionfinal classA batched statement that is held in BatchedPstmtHolder. -
Uses of SpiProfileTransactionEvent in io.ebeaninternal.server.query
Classes in io.ebeaninternal.server.query that implement SpiProfileTransactionEventModifier and TypeClassDescriptionfinal classCQuery<T>An object that represents a SqlSelect statement.