jar

org.jleopard : jleopard

Maven & Gradle

Oct 09, 2018
1 usages
139 stars

jleopard · This is a lightweight complete ORM framework, which encapsulates a large number of commonly used SQL and implements multi-table Association query and paging query.

Table Of Contents

Latest Version

Download org.jleopard : jleopard JAR file - Latest Versions:

All Versions

Download org.jleopard : jleopard JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x
2.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 jleopard-2.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jleopard.session

├─ org.jleopard.session.Configuration.class - [JAR]

├─ org.jleopard.session.SqlSession.class - [JAR]

org.jleopard.session.sessionFactory

├─ org.jleopard.session.sessionFactory.ArraysHelper.class - [JAR]

├─ org.jleopard.session.sessionFactory.ColumnNameHelper.class - [JAR]

├─ org.jleopard.session.sessionFactory.DevModelHelper.class - [JAR]

├─ org.jleopard.session.sessionFactory.EntityHelper.class - [JAR]

├─ org.jleopard.session.sessionFactory.SessionDirectImpl.class - [JAR]

├─ org.jleopard.session.sessionFactory.SqlSessionFactory.class - [JAR]

org.jleopard.core.util

├─ org.jleopard.core.util.ConfiguationUtil.class - [JAR]

├─ org.jleopard.core.util.FieldFilterUtil.class - [JAR]

├─ org.jleopard.core.util.FieldUtil.class - [JAR]

├─ org.jleopard.core.util.JavaTypeUtil.class - [JAR]

├─ org.jleopard.core.util.TableUtil.class - [JAR]

org.jleopard.logging.log4j

├─ org.jleopard.logging.log4j.Log4jImpl.class - [JAR]

org.jleopard.bean

├─ org.jleopard.bean.BeanInfo.class - [JAR]

├─ org.jleopard.bean.BeanInvoke.class - [JAR]

org.jleopard.core.annotation

├─ org.jleopard.core.annotation.Column.class - [JAR]

├─ org.jleopard.core.annotation.OneToMany.class - [JAR]

├─ org.jleopard.core.annotation.Table.class - [JAR]

org.jleopard.xml

├─ org.jleopard.xml.XmlFactoryBuilder.class - [JAR]

org.jleopard.logging.slf4j

├─ org.jleopard.logging.slf4j.Slf4jImpl.class - [JAR]

├─ org.jleopard.logging.slf4j.Slf4jLocationAwareLoggerImpl.class - [JAR]

├─ org.jleopard.logging.slf4j.Slf4jLoggerImpl.class - [JAR]

org.jleopard.exception

├─ org.jleopard.exception.NotFoundFieldException.class - [JAR]

├─ org.jleopard.exception.SessionException.class - [JAR]

├─ org.jleopard.exception.SqlSessionException.class - [JAR]

org.jleopard.pageHelper

├─ org.jleopard.pageHelper.PageInfo.class - [JAR]

org.jleopard.core

├─ org.jleopard.core.EnumId.class - [JAR]

├─ org.jleopard.core.JavaTypeToDatabaseType.class - [JAR]

├─ org.jleopard.core.TableProperties.class - [JAR]

├─ org.jleopard.core.Wrapper.class - [JAR]

org.jleopard.logging.log

├─ org.jleopard.logging.log.Log.class - [JAR]

├─ org.jleopard.logging.log.LogException.class - [JAR]

├─ org.jleopard.logging.log.LogFactory.class - [JAR]

org.jleopard.bean.property

├─ org.jleopard.bean.property.PropsInfo.class - [JAR]

org.jleopard.spring

├─ org.jleopard.spring.SqlSessionFactoryBean.class - [JAR]

org.jleopard.util

├─ org.jleopard.util.ArrayUtil.class - [JAR]

├─ org.jleopard.util.CastUtil.class - [JAR]

├─ org.jleopard.util.ClassUtil.class - [JAR]

├─ org.jleopard.util.CollectionUtil.class - [JAR]

├─ org.jleopard.util.DateUtil.class - [JAR]

├─ org.jleopard.util.FileUtil.class - [JAR]

├─ org.jleopard.util.MD5Util.class - [JAR]

├─ org.jleopard.util.MapUtil.class - [JAR]

├─ org.jleopard.util.PathUtils.class - [JAR]

├─ org.jleopard.util.PropsUtil.class - [JAR]

├─ org.jleopard.util.ReflectionUtil.class - [JAR]

├─ org.jleopard.util.StringUtil.class - [JAR]

org.jleopard.jdbc

├─ org.jleopard.jdbc.BaseDataSource.class - [JAR]

org.jleopard.core.sql

├─ org.jleopard.core.sql.CloumnNames.class - [JAR]

├─ org.jleopard.core.sql.CloumnValue.class - [JAR]

├─ org.jleopard.core.sql.CreateTableSql.class - [JAR]

├─ org.jleopard.core.sql.DeleteSql.class - [JAR]

├─ org.jleopard.core.sql.DeleteSqlMore.class - [JAR]

├─ org.jleopard.core.sql.InsertSql.class - [JAR]

├─ org.jleopard.core.sql.JoinSql.class - [JAR]

├─ org.jleopard.core.sql.SelectSql.class - [JAR]

├─ org.jleopard.core.sql.SelectSqlMore.class - [JAR]

├─ org.jleopard.core.sql.Sql.class - [JAR]

├─ org.jleopard.core.sql.UpdateSql.class - [JAR]

org.jleopard.logging.jdk

├─ org.jleopard.logging.jdk.JdkLoggingImpl.class - [JAR]

org.jleopard.generator

├─ org.jleopard.generator.GeneratorFactory.class - [JAR]

├─ org.jleopard.generator.JavaTypeHelper.class - [JAR]

├─ org.jleopard.generator.TableToJavaBean.class - [JAR]

Advertisement