![JAR search and dependency download from the Maven repository](/logo.png)
com.evasion.EntityJPA Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion;
import java.io.Serializable;
/**
*
* @author sebastien
*/
public abstract class EntityJPA implements Serializable {
/**
* Getter de l'ID technique.
* @return ID technique.
*/
public abstract T getId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy