davids13 / crud-jpql

JPQL - oriented programming query language for performing queries it is similar to SQL, but queries the entity model instead of tables and supports OOP notions like inheritance and polymorphism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crud-jpql

JPQL - oriented programming query language for performing queries it is similar to SQL, but queries the entity model instead of tables and supports OOP notions like inheritance and polymorphism.

TypedQuery query = entityManager("SELECT model FROM Model model WHERE model.id =: id", Model.class);

About

JPQL - oriented programming query language for performing queries it is similar to SQL, but queries the entity model instead of tables and supports OOP notions like inheritance and polymorphism


Languages

Language:Java 100.0%