Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.dao.jdbc.aop.Operation

Packages that use Operation
com.liferay.portal.dao.jdbc.aop   
 

Uses of Operation in com.liferay.portal.dao.jdbc.aop
 

Methods in com.liferay.portal.dao.jdbc.aop that return Operation
 Operation DynamicDataSourceTargetSource.getOperation()
           
static Operation Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operation[] Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.dao.jdbc.aop with parameters of type Operation
 void DynamicDataSourceTargetSource.setOperation(Operation operation)
           
 


Liferay 6.2-ce-ga5