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

com.heliorm.def.WithEquals Maven / Gradle / Ivy

The newest version!
package com.heliorm.def;

import com.heliorm.OrmException;

/**
 * @param  Object type
 * @param  Column/field type
 * @author gideon
 */
public interface WithEquals {

    Continuation eq(C value) throws OrmException;

    Continuation notEq(C value) throws OrmException;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy