
src.org.neodatis.odb.TransactionId Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
package org.neodatis.odb;
import java.io.Serializable;
public interface TransactionId extends Serializable {
long getId1();
long getId2();
DatabaseId getDatabaseId();
TransactionId next();
TransactionId prev();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy