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

io.polyglotted.pgmodel.search.KeyExclude Maven / Gradle / Ivy

Go to download

Standard set of models for geo coding, access control and elastic search abstraction

The newest version!
package io.polyglotted.pgmodel.search;

@SuppressWarnings("unused")
public interface KeyExclude {
    int compareTo(IndexKey other);

    IndexKey delete();

    Boolean store();

    IndexKey newVersion(long version);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy