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

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

The newest version!
package com.heliorm.impl;

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

/**
 * @author gideon
 */
public interface WithIsPart extends WithIs {

    FieldPart getThis() throws OrmException;

    @Override
    Continuation isNull() throws OrmException;

    @Override
    Continuation isNotNull() throws OrmException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy