jar

cn.vonce : vonce-sqlbean-android

Maven & Gradle

Aug 22, 2023
9 stars

vonce-sqlbean-android · This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

Table Of Contents

Latest Version

Download cn.vonce : vonce-sqlbean-android JAR file - Latest Versions:

All Versions

Download cn.vonce : vonce-sqlbean-android JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.9.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 vonce-sqlbean-android-1.2.0-beta9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.vonce.sql.android.util

├─ cn.vonce.sql.android.util.PackageUtil.class - [JAR]

cn.vonce.sql.android.processor

├─ cn.vonce.sql.android.processor.AndroidSqlConstantProcessor.class - [JAR]

cn.vonce.sql.android.mapper

├─ cn.vonce.sql.android.mapper.RowMapper.class - [JAR]

├─ cn.vonce.sql.android.mapper.SqlBeanMapper.class - [JAR]

cn.vonce.sql.android.helper

├─ cn.vonce.sql.android.helper.DatabaseHelper.class - [JAR]

├─ cn.vonce.sql.android.helper.SQLiteHelper.class - [JAR]

├─ cn.vonce.sql.android.helper.SQLiteTemplate.class - [JAR]

├─ cn.vonce.sql.android.helper.SqlBeanHelper.class - [JAR]

cn.vonce.sql.android.service

├─ cn.vonce.sql.android.service.SqlBeanServiceImpl.class - [JAR]