Liferay 7.0-ce-b7 portal-service

Uses of Class
com.liferay.portal.kernel.dao.orm.WildcardMode

Packages that use WildcardMode
com.liferay.portal.kernel.dao.orm   
 

Uses of WildcardMode in com.liferay.portal.kernel.dao.orm
 

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


Liferay 7.0-ce-b7 portal-service