jar

org.crazycake : form-sql-builder-mysql

Maven & Gradle

Oct 12, 2014

form-sql-builder-mysql · As a programmer did you have the experience that when you comes to implement a search page you can only transform the search form into sql manually? If your project have 20 search page like that then you have to write 20 times to implement the sql query. It’s boring and anxious. form-sql-builder-mysql is designed for ease the burden for you. It can help you to transform search or list form sent from browser into query sql automatically.

Table Of Contents

Latest Version

Download org.crazycake : form-sql-builder-mysql JAR file - Latest Versions:

All Versions

Download org.crazycake : form-sql-builder-mysql JAR file - All Versions:

Version Vulnerabilities Size Updated
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 form-sql-builder-mysql-1.0.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.crazycake.formSqlBuilder.exception

├─ org.crazycake.formSqlBuilder.exception.FormIsNullException.class - [JAR]

├─ org.crazycake.formSqlBuilder.exception.FormSqlBuilderParseException.class - [JAR]

org.crazycake.formSqlBuilder.ruleGenerator

├─ org.crazycake.formSqlBuilder.ruleGenerator.DefaultRuleSchemeGenerator.class - [JAR]

├─ org.crazycake.formSqlBuilder.ruleGenerator.IRuleSchemeGenerator.class - [JAR]

org.crazycake.formSqlBuilder.utils

├─ org.crazycake.formSqlBuilder.utils.PropertiesUtils.class - [JAR]

├─ org.crazycake.formSqlBuilder.utils.ReflectUtils.class - [JAR]

├─ org.crazycake.formSqlBuilder.utils.RuleMatchUtils.class - [JAR]

org.crazycake.formSqlBuilder.annotation

├─ org.crazycake.formSqlBuilder.annotation.DefaultSort.class - [JAR]

org.crazycake.formSqlBuilder

├─ org.crazycake.formSqlBuilder.FormSqlBuilder.class - [JAR]

├─ org.crazycake.formSqlBuilder.SqlGenerator.class - [JAR]

org.crazycake.formSqlBuilder.prop

├─ org.crazycake.formSqlBuilder.prop.PropertiesLoader.class - [JAR]

├─ org.crazycake.formSqlBuilder.prop.RuleSchemeLoader.class - [JAR]

org.crazycake.formSqlBuilder.model.enums

├─ org.crazycake.formSqlBuilder.model.enums.Operator.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.enums.Order.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.enums.Relation.class - [JAR]

org.crazycake.formSqlBuilder.model

├─ org.crazycake.formSqlBuilder.model.QueryNode.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.QueryNodeFactory.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.Rule.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.Sort.class - [JAR]

├─ org.crazycake.formSqlBuilder.model.SqlAndParams.class - [JAR]

Advertisement