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

com.evasion.plugin.junit.MyEntity Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.evasion.plugin.junit;

import javax.persistence.Column;
import javax.persistence.Entity;

/**
 *
 * @author glon-56610
 */
@Entity
public class MyEntity {
   @Column()
    String nom; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy