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

com.ymonnier.sql.help.App Maven / Gradle / Ivy

Go to download

A little abstraction of CRUD operations and generator find function for model's attributs.

The newest version!
package com.ymonnier.sql.help;

import com.ymonnier.sql.help.service.CrudServiceBean;
import com.ymonnier.sql.help.service.QueryBuilder;
import com.ymonnier.sql.help.test.MyEntity;


/**
 * Hello world!
 *
 */
public class App 
{
    public static void main( String[] args )
    {
        System.out.println( "Hello World!" );
        /*MyEntity entity = new MyEntity();

        CrudServiceBean crudServiceBean = new CrudServiceBean<>();

        crudServiceBean.save(new MyEntity());*/
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy