-
Notifications
You must be signed in to change notification settings - Fork 16
SQLEP 2.0.0 Tutorial
Vladimír Hudec edited this page Jan 27, 2015
·
12 revisions
###The tutorial is updated for SQLP 2.4.1+ and SQLEP 2.0.0+
###Introduction SQLEP grammar syntax have been completely rewritten. The POJO and DAO modelling syntax is not compatible with the previous versions. The primary goal is to model APP layer. This grammar redefinition is one of more steps toward this goal.
The sample code can be seen at
- https://github.com/hudec/sql-processor/blob/master/simple-samples/simple-hsqldb/src/main/resources/pojo.qry
- https://github.com/hudec/sql-processor/blob/master/simple-samples/simple-hsqldb/src/main/resources/dao.qry
TODO
- SQL Processor Home
- SQL Processor News
- SQL Processor Eclipse Plugin Home
- SQL Processor Eclipse Plugin News
- SQL Processor Architecture
- SQLP and SQLM*P Tutorials
- SQLM*P Control directives
- Basic Tutorials
- 10 minutes Tutorial
- Simple Tutorial
- CRUD Tutorial
- Associations Tutorial
- Inheritance Tutorial
- More inheritance Tutorial
- Custom Types Tutorial
- Stored procedures Tutorial
- IDE Setup and Coding Standards
- Catalog (JPA) Sample
- Catalog (Hibernate) Sample
- Catalog (Spring) Sample
- Advanced catalog (Spring) Sample
- The Reference Guide
- The Eclipse Plugin Tutorials
- The Improvements
- Tutorials archive