The method setPrimaryKeyPropertyName() within the com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery class in Java is used to set the property name of the primary key for the dynamic query. This method allows developers to specify which property should be used as the primary key when performing operations with the dynamic query object.
Java ActionableDynamicQuery.setPrimaryKeyPropertyName - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery.setPrimaryKeyPropertyName extracted from open source projects. You can rate examples to help us improve the quality of examples.