Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.transaction.Isolation

Packages that use Isolation
com.liferay.portal.kernel.transaction   
 

Uses of Isolation in com.liferay.portal.kernel.transaction
 

Methods in com.liferay.portal.kernel.transaction that return Isolation
static Isolation Isolation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Isolation[] Isolation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Liferay 6.1.2-ce-ga3