jar

de.thomas-oster : lazysql

Maven & Gradle

Jul 13, 2023

lazysql · A java Annotation processor which generates Code for you to perform JDBC Database queries. Your Queries will be checked by your database at compile time and the results are mapped to typesafe java type

Table Of Contents

Latest Version

Download de.thomas-oster : lazysql JAR file - Latest Versions:

All Versions

Download de.thomas-oster : lazysql JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17.x
1.16.x
1.15.x
1.15
1.14
1.13
1.12
1.10
1.9
1.8

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 lazysql-1.17.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.thomas_oster.lazysql.annotations

├─ de.thomas_oster.lazysql.annotations.LazySQLConfig.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLExec.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLInsert.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLSelect.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLStoredProcedure.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLUpdate.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.LazySQLUpsert.class - [JAR]

├─ de.thomas_oster.lazysql.annotations.Returns.class - [JAR]

de.thomas_oster.shaded_jilt

├─ de.thomas_oster.shaded_jilt.Builder.class - [JAR]

├─ de.thomas_oster.shaded_jilt.BuilderInterfaces.class - [JAR]

├─ de.thomas_oster.shaded_jilt.BuilderStyle.class - [JAR]

├─ de.thomas_oster.shaded_jilt.JiltAnnotationProcessor.class - [JAR]

├─ de.thomas_oster.shaded_jilt.Opt.class - [JAR]

de.thomas_oster.shaded_jilt.utils

├─ de.thomas_oster.shaded_jilt.utils.Utils.class - [JAR]

de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.AnnotationSpec.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.ArrayTypeName.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.ClassName.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.CodeBlock.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.CodeWriter.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.FieldSpec.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.JavaFile.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.LineWrapper.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.MethodSpec.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.NameAllocator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.ParameterSpec.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.ParameterizedTypeName.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.TypeName.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.TypeSpec.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.TypeVariableName.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.Util.class - [JAR]

├─ de.thomas_oster.shaded_jilt.shaded.com.squareup.javapoet.WildcardTypeName.class - [JAR]

de.thomas_oster.lazysql

├─ de.thomas_oster.lazysql.AbstractRDBMSAdapter.class - [JAR]

├─ de.thomas_oster.lazysql.Argument.class - [JAR]

├─ de.thomas_oster.lazysql.ArgumentListCache.class - [JAR]

├─ de.thomas_oster.lazysql.AutoComplete.class - [JAR]

├─ de.thomas_oster.lazysql.DbConfig.class - [JAR]

├─ de.thomas_oster.lazysql.DbQueryTyper.class - [JAR]

├─ de.thomas_oster.lazysql.DebugMessager.class - [JAR]

├─ de.thomas_oster.lazysql.ElementException.class - [JAR]

├─ de.thomas_oster.lazysql.JiltProcessor.class - [JAR]

├─ de.thomas_oster.lazysql.Lazy.class - [JAR]

├─ de.thomas_oster.lazysql.LazySQLProcessor.class - [JAR]

├─ de.thomas_oster.lazysql.MssqlAdapter.class - [JAR]

├─ de.thomas_oster.lazysql.MysqlAdapter.class - [JAR]

├─ de.thomas_oster.lazysql.OracleAdapter.class - [JAR]

├─ de.thomas_oster.lazysql.TypeHelper.class - [JAR]

├─ de.thomas_oster.lazysql.UnknownRDBMSAdapter.class - [JAR]

de.thomas_oster.shaded_jilt.internal

├─ de.thomas_oster.shaded_jilt.internal.AbstractBuilderGenerator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.AbstractTypeSafeBuilderGenerator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.BuilderGenerator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.BuilderGeneratorFactory.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.ClassicBuilderGenerator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.TypeSafeBuilderGenerator.class - [JAR]

├─ de.thomas_oster.shaded_jilt.internal.TypeSafeUngroupedOptionalsBuilderGenerator.class - [JAR]