jar

org.beangle.data : beangle-data-orm_2.13

Maven & Gradle

May 28, 2021
16 usages
0 stars

Beangle Data ORM

Table Of Contents

Latest Version

Download org.beangle.data : beangle-data-orm_2.13 JAR file - Latest Versions:

All Versions

Download org.beangle.data : beangle-data-orm_2.13 JAR file - All Versions:

Version Vulnerabilities Size Updated
5.3.x
5.2.x
5.1.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 beangle-data-orm_2.13-5.3.23.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.beangle.data.orm.tool

├─ org.beangle.data.orm.tool.DdlGenerator.class - [JAR]

├─ org.beangle.data.orm.tool.SchemaExporter.class - [JAR]

org.beangle.data.orm.cfg

├─ org.beangle.data.orm.cfg.AnnotationModule.class - [JAR]

├─ org.beangle.data.orm.cfg.MappingProfile.class - [JAR]

├─ org.beangle.data.orm.cfg.Profiles.class - [JAR]

├─ org.beangle.data.orm.cfg.RailsNamingPolicy.class - [JAR]

org.beangle.data.orm

├─ org.beangle.data.orm.Collection.class - [JAR]

├─ org.beangle.data.orm.ColumnHolder.class - [JAR]

├─ org.beangle.data.orm.Fetchable.class - [JAR]

├─ org.beangle.data.orm.IdGenerator.class - [JAR]

├─ org.beangle.data.orm.Jpas.class - [JAR]

├─ org.beangle.data.orm.MappingModule.class - [JAR]

├─ org.beangle.data.orm.Mappings.class - [JAR]

├─ org.beangle.data.orm.Name.class - [JAR]

├─ org.beangle.data.orm.NamingPolicy.class - [JAR]

├─ org.beangle.data.orm.OrmBasicType.class - [JAR]

├─ org.beangle.data.orm.OrmCollectionProperty.class - [JAR]

├─ org.beangle.data.orm.OrmEmbeddableType.class - [JAR]

├─ org.beangle.data.orm.OrmEntityType.class - [JAR]

├─ org.beangle.data.orm.OrmMapProperty.class - [JAR]

├─ org.beangle.data.orm.OrmPluralProperty.class - [JAR]

├─ org.beangle.data.orm.OrmProperty.class - [JAR]

├─ org.beangle.data.orm.OrmSingularProperty.class - [JAR]

├─ org.beangle.data.orm.OrmStructType.class - [JAR]

├─ org.beangle.data.orm.OrmType.class - [JAR]

├─ org.beangle.data.orm.Proxy.class - [JAR]

├─ org.beangle.data.orm.SimpleColumn.class - [JAR]

├─ org.beangle.data.orm.TypeDef.class - [JAR]

org.beangle.data.dao

├─ org.beangle.data.dao.AbstractDao.class - [JAR]

├─ org.beangle.data.dao.AbstractQueryBuilder.class - [JAR]

├─ org.beangle.data.dao.AbstractQueryPage.class - [JAR]

├─ org.beangle.data.dao.Condition.class - [JAR]

├─ org.beangle.data.dao.Conditions.class - [JAR]

├─ org.beangle.data.dao.Dao.class - [JAR]

├─ org.beangle.data.dao.EntityDao.class - [JAR]

├─ org.beangle.data.dao.LimitQuery.class - [JAR]

├─ org.beangle.data.dao.Operation.class - [JAR]

├─ org.beangle.data.dao.OqlBuilder.class - [JAR]

├─ org.beangle.data.dao.PageIterator.class - [JAR]

├─ org.beangle.data.dao.Query.class - [JAR]

├─ org.beangle.data.dao.QueryBean.class - [JAR]

├─ org.beangle.data.dao.QueryBuilder.class - [JAR]

├─ org.beangle.data.dao.QueryPage.class - [JAR]

├─ org.beangle.data.dao.SqlBuilder.class - [JAR]

Advertisement