Class QRecordUtils
java.lang.Object
com.kingsrook.qqq.backend.core.utils.QRecordUtils
Utility methods for working with QRecords (and the values they contain)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<QFieldMetaData> getChangedFields
(QRecord a, QRecord b, Collection<QFieldMetaData> fields) given 2 records, and a collection of fields, identify any fields that are not equals between the records.
-
Constructor Details
-
QRecordUtils
public QRecordUtils()
-
-
Method Details
-
getChangedFields
public static List<QFieldMetaData> getChangedFields(QRecord a, QRecord b, Collection<QFieldMetaData> fields) given 2 records, and a collection of fields, identify any fields that are not equals between the records.
-