com.ymonnier.sql.help.App Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ym-sql-helper Show documentation
Show all versions of ym-sql-helper Show documentation
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