The "ActionableDynamicQuery" interface in Java belongs to the "com.liferay.portal.kernel.dao.orm" package. It provides a way to create dynamic queries with configurable actions. This interface allows developers to define actions that will be performed on the entities matched by the query, such as updating, deleting, or performing custom operations. The ActionableDynamicQuery simplifies the process of executing actions on a set of entities returned by a dynamic query in a modular and customizable manner.
Java ActionableDynamicQuery - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery extracted from open source projects. You can rate examples to help us improve the quality of examples.