All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.meixuesong.aggregatepersistence.PropertyComparator Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.meixuesong.aggregatepersistence;

public interface PropertyComparator {
     boolean isAllPropertiesEqual(T a, T b);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy