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

com.github.tomschi.commons.data.dbo.SequenceDatabaseObject Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package com.github.tomschi.commons.data.dbo;

/**
 * The interface {@link SequenceDatabaseObject} is the base interface
 * for all database objects with a {@link Long} as id.
 *
 * @author Tomschi
 * @since 0.1.1
 */
public interface SequenceDatabaseObject extends DatabaseObject {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy