com.github.tomschi.commons.data.dbo.SequenceDatabaseObject Maven / Gradle / Ivy
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 {
}