Java com.liferay.portal.kernel.transaction Isolation fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.transaction Isolation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.transaction Isolation.

The text is from its open source code.

Field

IsolationCOUNTER
Use the isolation level of the counter service, as defined by the portal properties.
IsolationPORTAL
Use the isolation level of the portal, as defined by the portal properties.
IsolationREAD_COMMITTED
Prevent dirty reads; allow non-repeatable reads and phantom reads.