Class ClassNameUtil

java.lang.Object
com.liferay.portal.kernel.service.persistence.ClassNameUtil

public class ClassNameUtil extends Object
The persistence utility for the class name service. This utility wraps com.liferay.portal.service.persistence.impl.ClassNamePersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.

Caching information and settings can be found in portal.properties

Author:
Brian Wing Shun Chan
See Also:
Generated: