org.omnifaces.persistence.model.Versioned Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omnipersistence Show documentation
Show all versions of omnipersistence Show documentation
Utilities for JPA, JDBC and DataSources
package org.omnifaces.persistence.model;
public interface Versioned {
Long getVersion();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy