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

com.heliorm.impl.WithLikePart Maven / Gradle / Ivy

The newest version!
package com.heliorm.impl;

import com.heliorm.OrmException;
import com.heliorm.def.Continuation;
import com.heliorm.def.WithLike;

/**
 * @author gideon
 */
public interface WithLikePart< O, C> extends WithLike< O, C> {

    FieldPart getThis() throws OrmException;

    @Override
    Continuation like(C value) throws OrmException;

    @Override
    Continuation notLike(C value) throws OrmException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy