All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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