Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP2 (5.2.6)
-
All
Description
BasePersistence has been updated to take advantage of generics. This improvement allows Liferay to have a smaller footprint by removing
findByPrimaryKey
fetchByPrimaryKey
findWithDynamicQuery
remove
update
from the individual persistence class and allowing BasePersistence to handle these methods in a generic way.
UPGRADE NOTE:
To take advantage of this improvement if your portlets, please run service builder again. To take advantage of this improvement in an extension environment, the extension environment must be regenerated and service builder must be run again.
Attachments
Issue Links
- is related to
-
LPS-5470 BasePersistence should use generics to have more common methods like findByPrimaryKey / remove / update
- Closed