com.github.adminfaces.persistence.model.PersistenceEntity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of admin-persistence Show documentation
Show all versions of admin-persistence Show documentation
Provides CRUD utilities for CDI, JPA and JSF based applications.
package com.github.adminfaces.persistence.model;
import java.io.Serializable;
public interface PersistenceEntity extends Serializable {
ID getId();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy