jar

com.entityassist : entity-assist

Maven & Gradle

Feb 10, 2022
4 usages
3 stars

Entity Assist · A Domain Driven SQL Builder Generator for JPMS/JDK8

Table Of Contents

Latest Version

Download com.entityassist : entity-assist JAR file - Latest Versions:

All Versions

Download com.entityassist : entity-assist JAR file - All Versions:

Version Vulnerabilities Size Updated
62
1.2.x
1.1.x
1.0.x
0.70.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 entity-assist-1.2.2.1-jre17.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.entityassist.injections.integer

├─ com.entityassist.injections.integer.IntegerBigDecimalIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerBigIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerDoubleIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerFloatIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerLongIDMapping.class - [JAR]

├─ com.entityassist.injections.integer.IntegerStringIDMapping.class - [JAR]

com.entityassist.injections.strings

├─ com.entityassist.injections.strings.StringBigDecimalIDMapping.class - [JAR]

├─ com.entityassist.injections.strings.StringBigIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.strings.StringIDMapping.class - [JAR]

├─ com.entityassist.injections.strings.StringIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.strings.StringLongIDMapping.class - [JAR]

├─ com.entityassist.injections.strings.StringUUIDIDMapping.class - [JAR]

com.entityassist.services

├─ com.entityassist.services.EntityAssistIDMapping.class - [JAR]

com.entityassist.injections.bigdecimal

├─ com.entityassist.injections.bigdecimal.BigDecimalIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToBigIntIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToDoubleIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToFloatIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToIntIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToLongIDMapping.class - [JAR]

├─ com.entityassist.injections.bigdecimal.BigDecimalToStringIDMapping.class - [JAR]

com.entityassist.querybuilder.builders

├─ com.entityassist.querybuilder.builders.DefaultQueryBuilder.class - [JAR]

├─ com.entityassist.querybuilder.builders.GroupByExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.GroupedExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.IFilterExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.JoinExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.OrderByExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.QueryBuilderBase.class - [JAR]

├─ com.entityassist.querybuilder.builders.SelectExpression.class - [JAR]

├─ com.entityassist.querybuilder.builders.WhereExpression.class - [JAR]

com.entityassist.enumerations

├─ com.entityassist.enumerations.ActiveFlag.class - [JAR]

├─ com.entityassist.enumerations.GroupedFilterType.class - [JAR]

├─ com.entityassist.enumerations.Operand.class - [JAR]

├─ com.entityassist.enumerations.OrderByType.class - [JAR]

├─ com.entityassist.enumerations.SelectAggregrate.class - [JAR]

com.entityassist.exceptions

├─ com.entityassist.exceptions.QueryBuilderException.class - [JAR]

com.entityassist.querybuilder.statements

├─ com.entityassist.querybuilder.statements.InsertStatement.class - [JAR]

├─ com.entityassist.querybuilder.statements.RunnableStatement.class - [JAR]

├─ com.entityassist.querybuilder.statements.UpdateStatement.class - [JAR]

com.entityassist.querybuilder

├─ com.entityassist.querybuilder.EntityAssistStrings.class - [JAR]

├─ com.entityassist.querybuilder.QueryBuilder.class - [JAR]

├─ com.entityassist.querybuilder.QueryBuilderCore.class - [JAR]

├─ com.entityassist.querybuilder.QueryBuilderSCD.class - [JAR]

com.entityassist.injections.biginteger

├─ com.entityassist.injections.biginteger.BigIntegerBigDecimalIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerDoubleIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerFloatIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerLongIDMapping.class - [JAR]

├─ com.entityassist.injections.biginteger.BigIntegerStringIDMapping.class - [JAR]

com.entityassist.injections

├─ com.entityassist.injections.EntityAssistBinder.class - [JAR]

com.entityassist.injections.longs

├─ com.entityassist.injections.longs.LongBigDecimalIDMapping.class - [JAR]

├─ com.entityassist.injections.longs.LongBigIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.longs.LongFloatIDMapping.class - [JAR]

├─ com.entityassist.injections.longs.LongIDMapping.class - [JAR]

├─ com.entityassist.injections.longs.LongIntegerIDMapping.class - [JAR]

├─ com.entityassist.injections.longs.LongStringIDMapping.class - [JAR]

com.entityassist

├─ com.entityassist.BaseEntity.class - [JAR]

├─ com.entityassist.BaseEntity_.class - [JAR]

├─ com.entityassist.CoreEntity.class - [JAR]

├─ com.entityassist.CoreEntity_.class - [JAR]

├─ com.entityassist.EntityAssistException.class - [JAR]

├─ com.entityassist.SCDEntity.class - [JAR]

├─ com.entityassist.SCDEntity_.class - [JAR]

com.entityassist.converters

├─ com.entityassist.converters.LocalDateAttributeConverter.class - [JAR]

├─ com.entityassist.converters.LocalDateTimeAttributeConverter.class - [JAR]

├─ com.entityassist.converters.LocalDateTimestampAttributeConverter.class - [JAR]

Advertisement

Dependencies from Group

Feb 10, 2022
4 usages
3 stars

Discover Dependencies

May 29, 2023
1 usages
0 stars
Mar 21, 2021
3 usages
294 stars
Aug 23, 2023
2 usages
76 stars
Apr 20, 2021
2 usages
0 stars
Apr 06, 2022
161 stars
Jul 14, 2023
7 usages
536 stars
May 11, 2015
21 stars
May 11, 2015
21 stars
Sep 08, 2020
3 usages
593 stars