jar

io.github.andersoncrocha : jpql-query-builder

Maven & Gradle

Jul 07, 2023
4 stars

JPQL Query Builder · This is a tool that helps you create queries with Hibernate using JPQL or native SQL

Table Of Contents

Latest Version

Download io.github.andersoncrocha : jpql-query-builder JAR file - Latest Versions:

All Versions

Download io.github.andersoncrocha : jpql-query-builder JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jpql-query-builder-1.2.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.andersoncrocha.jpqlquerybuilder.mapper

├─ io.github.andersoncrocha.jpqlquerybuilder.mapper.AliasToPojoResultMapper.class - [JAR]

io.github.andersoncrocha.jpqlquerybuilder.annotations

├─ io.github.andersoncrocha.jpqlquerybuilder.annotations.TupleProperty.class - [JAR]

io.github.andersoncrocha.jpqlquerybuilder.operations

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.From.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.GroupBy.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.JoinGroup.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.OrderBy.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.QueryOperation.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.Select.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.WhereGroup.class - [JAR]

io.github.andersoncrocha.jpqlquerybuilder

├─ io.github.andersoncrocha.jpqlquerybuilder.QueryBuilder.class - [JAR]

io.github.andersoncrocha.jpqlquerybuilder.operations.types

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.types.JoinType.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.types.QueryOperator.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.operations.types.SortDirection.class - [JAR]

io.github.andersoncrocha.jpqlquerybuilder.utils

├─ io.github.andersoncrocha.jpqlquerybuilder.utils.QueryUtils.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.utils.ReflectionUtils.class - [JAR]

├─ io.github.andersoncrocha.jpqlquerybuilder.utils.StringUtils.class - [JAR]

Advertisement