![JAR search and dependency download from the Maven repository](/logo.png)
com.evasion.EntityJPA Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of API Show documentation
Show all versions of API Show documentation
API de l'application modulaire evasion-en-ligne
/*
* 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