Uses of Enum
io.ebeaninternal.server.core.PersistRequest.Type
Packages that use PersistRequest.Type
Package
Description
Core implementation objects
Bean description
Persistence Implementation
Transaction implementation
-
Uses of PersistRequest.Type in io.ebeaninternal.server.core
Fields in io.ebeaninternal.server.core declared as PersistRequest.TypeMethods in io.ebeaninternal.server.core that return PersistRequest.TypeModifier and TypeMethodDescriptionPersistRequest.type()Return the type of this request.static PersistRequest.TypeReturns the enum constant of this type with the specified name.static PersistRequest.Type[]PersistRequest.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.ebeaninternal.server.core with parameters of type PersistRequest.TypeModifierConstructorDescriptionPersistRequestBean(SpiEbeanServer server, T bean, Object parentBean, BeanManager<T> mgr, SpiTransaction t, PersistExecute persistExecute, PersistRequest.Type type, int flags) -
Uses of PersistRequest.Type in io.ebeaninternal.server.deploy
Methods in io.ebeaninternal.server.deploy with parameters of type PersistRequest.TypeModifier and TypeMethodDescriptionbooleanBeanDescriptor.isBatchEscalateOnCascade(PersistRequest.Type type) Return false if JDBC batch can't be implicitly escalated to.booleanBeanDescriptor.isCacheNotify(PersistRequest.Type type) Return true if the persist request needs to notify the cache.voidBeanDescriptor.metricPersistBatch(PersistRequest.Type type, long startNanos, int size) voidBeanDescriptor.metricPersistNoBatch(PersistRequest.Type type, long startNanos) -
Uses of PersistRequest.Type in io.ebeaninternal.server.persist
Methods in io.ebeaninternal.server.persist that return PersistRequest.Type -
Uses of PersistRequest.Type in io.ebeaninternal.server.transaction
Methods in io.ebeaninternal.server.transaction with parameters of type PersistRequest.TypeModifier and TypeMethodDescriptionvoidBeanPersistIdMap.add(BeanDescriptor<?> desc, PersistRequest.Type type, Object id) Add a Insert Update or Delete payload.voidBeanPersistIds.addId(PersistRequest.Type type, Object id)