Uses of Class
com.gigaspaces.client.IsolationLevelModifiers
Packages that use IsolationLevelModifiers
Package
Description
Deprecated: use
org.openspaces.core instead.Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with
Spring transaction management).
-
Uses of IsolationLevelModifiers in com.gigaspaces.client
Subclasses of IsolationLevelModifiers in com.gigaspaces.clientModifier and TypeClassDescriptionclassProvides modifiers to customize the behavior of count operations.classProvides modifiers to customize the behavior of read operations.Methods in com.gigaspaces.client with type parameters of type IsolationLevelModifiersModifier and TypeMethodDescription<T extends IsolationLevelModifiers>
TIsolationLevelModifiers.setIsolationLevel(IsolationLevelModifiers isolationLevel) Methods in com.gigaspaces.client with parameters of type IsolationLevelModifiersModifier and TypeMethodDescription<T extends IsolationLevelModifiers>
TIsolationLevelModifiers.setIsolationLevel(IsolationLevelModifiers isolationLevel) Constructors in com.gigaspaces.client with parameters of type IsolationLevelModifiersModifierConstructorDescriptionprotectedIsolationLevelModifiers(IsolationLevelModifiers... modifiers) protectedprotectedIsolationLevelModifiers(IsolationLevelModifiers m1, IsolationLevelModifiers m2, IsolationLevelModifiers m3) -
Uses of IsolationLevelModifiers in com.gigaspaces.client.internal
Subclasses of IsolationLevelModifiers in com.gigaspaces.client.internal -
Uses of IsolationLevelModifiers in com.gigaspaces.query.sql.functions.extended
Methods in com.gigaspaces.query.sql.functions.extended that return IsolationLevelModifiersMethods in com.gigaspaces.query.sql.functions.extended with parameters of type IsolationLevelModifiersModifier and TypeMethodDescriptionvoidLocalSession.setIsolationLevelModifiers(IsolationLevelModifiers isolationLevelModifiers) -
Uses of IsolationLevelModifiers in com.gigaspaces.transaction
Methods in com.gigaspaces.transaction that return IsolationLevelModifiersModifier and TypeMethodDescriptionSpaceTransactionProvider.getCurrentTransactionIsolationLevel()Returns the currently running transaction isolation level. -
Uses of IsolationLevelModifiers in org.openspaces.core
Methods in org.openspaces.core that return IsolationLevelModifiersModifier and TypeMethodDescriptionstatic IsolationLevelModifiersIsolationLevelHelpers.fromSpringIsolationLevel(Integer springIsolationLevel) Converts a Spring Isolation Level to a GigaSpaces XAP IsolationLevelModifiers.Methods in org.openspaces.core with parameters of type IsolationLevelModifiersModifier and TypeMethodDescriptionstatic intIsolationLevelHelpers.toSpringIsolationLevel(IsolationLevelModifiers modifiers) Converts a GigaSpaces XAP IsolationLevelModifiers to a Spring Isolation Level -
Uses of IsolationLevelModifiers in org.openspaces.core.transaction
Methods in org.openspaces.core.transaction that return IsolationLevelModifiersModifier and TypeMethodDescriptionDefaultTransactionProvider.getCurrentTransactionIsolationLevel()