Uses of Enum
javax.persistence.FlushModeType
Packages that use FlushModeType
-
Uses of FlushModeType in javax.persistence
Subclasses with type arguments of type FlushModeType in javax.persistenceMethods in javax.persistence that return FlushModeTypeModifier and TypeMethodDescriptionEntityManager.getFlushMode()Get the flush mode that applies to all objects contained in the persistence context.Query.getFlushMode()Get the flush mode in effect for the query execution.static FlushModeTypeReturns the enum constant of this type with the specified name.static FlushModeType[]FlushModeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.persistence with parameters of type FlushModeTypeModifier and TypeMethodDescriptionvoidEntityManager.setFlushMode(FlushModeType flushMode) Set the flush mode that applies to all objects contained in the persistence context.Query.setFlushMode(FlushModeType flushMode) Set the flush mode type to be used for the query execution.TypedQuery.setFlushMode(FlushModeType flushMode) Set the flush mode type to be used for the query execution.