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

com.bazaarvoice.emodb.sor.delta.eval.Intrinsics Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.delta.eval;

public interface Intrinsics {

    String getId();

    String getTable();

    String getSignature();

    boolean isDeleted();

    String getFirstUpdateAt();

    String getLastUpdateAt();

    String getLastMutateAt();

    String getTablePlacement();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy