jar

org.beangle.commons : beangle-commons-model

Maven & Gradle

Aug 14, 2023
14 usages
2 stars

Beangle Commons Model

Table Of Contents

Latest Version

Download org.beangle.commons : beangle-commons-model JAR file - Latest Versions:

All Versions

Download org.beangle.commons : beangle-commons-model JAR file - All Versions:

Version Vulnerabilities Size Updated
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.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-commons-model-3.10.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.beangle.commons.entity.event

├─ org.beangle.commons.entity.event.AbstractEntityEvent.class - [JAR]

├─ org.beangle.commons.entity.event.EntityCreationEvent.class - [JAR]

├─ org.beangle.commons.entity.event.EntityRemovalEvent.class - [JAR]

├─ org.beangle.commons.entity.event.EntityUpdatedEvent.class - [JAR]

org.beangle.commons.dao.impl

├─ org.beangle.commons.dao.impl.AbstractHierarchyService.class - [JAR]

├─ org.beangle.commons.dao.impl.BaseServiceImpl.class - [JAR]

org.beangle.commons.transfer.csv

├─ org.beangle.commons.transfer.csv.CsvItemReader.class - [JAR]

├─ org.beangle.commons.transfer.csv.CsvItemWriter.class - [JAR]

org.beangle.commons.dao.query.limit

├─ org.beangle.commons.dao.query.limit.AbstractQueryPage.class - [JAR]

├─ org.beangle.commons.dao.query.limit.PageIterator.class - [JAR]

org.beangle.commons.transfer.dbf

├─ org.beangle.commons.transfer.dbf.DBFItemWriter.class - [JAR]

org.beangle.commons.dao.query.builder

├─ org.beangle.commons.dao.query.builder.AbstractQuery.class - [JAR]

├─ org.beangle.commons.dao.query.builder.AbstractQueryBuilder.class - [JAR]

├─ org.beangle.commons.dao.query.builder.Condition.class - [JAR]

├─ org.beangle.commons.dao.query.builder.Conditions.class - [JAR]

├─ org.beangle.commons.dao.query.builder.OqlBuilder.class - [JAR]

├─ org.beangle.commons.dao.query.builder.QueryBean.class - [JAR]

├─ org.beangle.commons.dao.query.builder.SqlBuilder.class - [JAR]

├─ org.beangle.commons.dao.query.builder.SqlQuery.class - [JAR]

org.beangle.commons.transfer.importer

├─ org.beangle.commons.transfer.importer.AbstractImporter.class - [JAR]

├─ org.beangle.commons.transfer.importer.AbstractItemImporter.class - [JAR]

├─ org.beangle.commons.transfer.importer.DefaultEntityImporter.class - [JAR]

├─ org.beangle.commons.transfer.importer.DescriptionAttrPrepare.class - [JAR]

├─ org.beangle.commons.transfer.importer.EntityImporter.class - [JAR]

├─ org.beangle.commons.transfer.importer.IllegalImportFormatException.class - [JAR]

├─ org.beangle.commons.transfer.importer.ImportPrepare.class - [JAR]

├─ org.beangle.commons.transfer.importer.Importer.class - [JAR]

├─ org.beangle.commons.transfer.importer.ImporterFactory.class - [JAR]

├─ org.beangle.commons.transfer.importer.MultiEntityImporter.class - [JAR]

├─ org.beangle.commons.transfer.importer.SimpleItemImporter.class - [JAR]

org.beangle.commons.entity.metadata.impl

├─ org.beangle.commons.entity.metadata.impl.AbstractEntityContext.class - [JAR]

├─ org.beangle.commons.entity.metadata.impl.ConvertPopulatorBean.class - [JAR]

├─ org.beangle.commons.entity.metadata.impl.DefaultModelMeta.class - [JAR]

├─ org.beangle.commons.entity.metadata.impl.SimpleEntityContext.class - [JAR]

org.beangle.commons.entity.pojo

├─ org.beangle.commons.entity.pojo.Code.class - [JAR]

├─ org.beangle.commons.entity.pojo.IntegerIdObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.LongIdObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.NumberIdHierarchyObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.NumberIdObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.NumberIdTimeObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.StringIdObject.class - [JAR]

├─ org.beangle.commons.entity.pojo.TemporalEntity.class - [JAR]

org.beangle.commons.entity.util

├─ org.beangle.commons.entity.util.EmptyKeyPredicate.class - [JAR]

├─ org.beangle.commons.entity.util.EntityUtils.class - [JAR]

├─ org.beangle.commons.entity.util.HierarchyEntityUtils.class - [JAR]

├─ org.beangle.commons.entity.util.IdNotInPredicate.class - [JAR]

├─ org.beangle.commons.entity.util.ValidEntityKeyPredicate.class - [JAR]

├─ org.beangle.commons.entity.util.ValidEntityPredicate.class - [JAR]

org.beangle.commons.dao.query

├─ org.beangle.commons.dao.query.Lang.class - [JAR]

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

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

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

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

org.beangle.commons.transfer.importer.listener

├─ org.beangle.commons.transfer.importer.listener.ImporterForeignerListener.class - [JAR]

├─ org.beangle.commons.transfer.importer.listener.ItemImporterListener.class - [JAR]

org.beangle.commons.dao

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

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

├─ org.beangle.commons.dao.GenericDao.class - [JAR]

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

org.beangle.commons.entity.metadata

├─ org.beangle.commons.entity.metadata.AbstractType.class - [JAR]

├─ org.beangle.commons.entity.metadata.CollectionType.class - [JAR]

├─ org.beangle.commons.entity.metadata.ComponentType.class - [JAR]

├─ org.beangle.commons.entity.metadata.EntityContext.class - [JAR]

├─ org.beangle.commons.entity.metadata.EntityType.class - [JAR]

├─ org.beangle.commons.entity.metadata.IdentifierType.class - [JAR]

├─ org.beangle.commons.entity.metadata.Model.class - [JAR]

├─ org.beangle.commons.entity.metadata.ModelMeta.class - [JAR]

├─ org.beangle.commons.entity.metadata.ObjectAndType.class - [JAR]

├─ org.beangle.commons.entity.metadata.Populator.class - [JAR]

├─ org.beangle.commons.entity.metadata.Type.class - [JAR]

org.beangle.commons.transfer.excel

├─ org.beangle.commons.transfer.excel.ExcelItemReader.class - [JAR]

├─ org.beangle.commons.transfer.excel.ExcelItemWriter.class - [JAR]

├─ org.beangle.commons.transfer.excel.ExcelTemplateWriter.class - [JAR]

├─ org.beangle.commons.transfer.excel.ExcelTools.class - [JAR]

org.beangle.commons.transfer

├─ org.beangle.commons.transfer.AbstractTransferListener.class - [JAR]

├─ org.beangle.commons.transfer.ItemTransfer.class - [JAR]

├─ org.beangle.commons.transfer.Transfer.class - [JAR]

├─ org.beangle.commons.transfer.TransferDebugListener.class - [JAR]

├─ org.beangle.commons.transfer.TransferListener.class - [JAR]

├─ org.beangle.commons.transfer.TransferMessage.class - [JAR]

├─ org.beangle.commons.transfer.TransferResult.class - [JAR]

org.beangle.commons.entity.comment

├─ org.beangle.commons.entity.comment.Messages.class - [JAR]

org.beangle.commons.transfer.io

├─ org.beangle.commons.transfer.io.AbstractItemWriter.class - [JAR]

├─ org.beangle.commons.transfer.io.ItemReader.class - [JAR]

├─ org.beangle.commons.transfer.io.ItemWriter.class - [JAR]

├─ org.beangle.commons.transfer.io.Reader.class - [JAR]

├─ org.beangle.commons.transfer.io.TransferFormat.class - [JAR]

├─ org.beangle.commons.transfer.io.Writer.class - [JAR]

org.beangle.commons.entity

├─ org.beangle.commons.entity.CodeEntity.class - [JAR]

├─ org.beangle.commons.entity.Component.class - [JAR]

├─ org.beangle.commons.entity.EnabledEntity.class - [JAR]

├─ org.beangle.commons.entity.Entity.class - [JAR]

├─ org.beangle.commons.entity.HierarchyEntity.class - [JAR]

├─ org.beangle.commons.entity.TemporalAt.class - [JAR]

├─ org.beangle.commons.entity.TemporalOn.class - [JAR]

├─ org.beangle.commons.entity.TimeEntity.class - [JAR]

org.beangle.commons.transfer.exporter

├─ org.beangle.commons.transfer.exporter.AbstractItemExporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.Context.class - [JAR]

├─ org.beangle.commons.transfer.exporter.DefaultPropertyExtractor.class - [JAR]

├─ org.beangle.commons.transfer.exporter.Exporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.ExporterFactory.class - [JAR]

├─ org.beangle.commons.transfer.exporter.MultiEntityExporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.PropertyExtractor.class - [JAR]

├─ org.beangle.commons.transfer.exporter.SimpleEntityExporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.SimpleItemExporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.TemplateExporter.class - [JAR]

├─ org.beangle.commons.transfer.exporter.TemplateWriter.class - [JAR]

org.beangle.commons.entity.orm

├─ org.beangle.commons.entity.orm.AbstractPersistModule.class - [JAR]

├─ org.beangle.commons.entity.orm.EntityPersistConfig.class - [JAR]

org.beangle.commons.entity.annotation

├─ org.beangle.commons.entity.annotation.ConfigEntity.class - [JAR]

├─ org.beangle.commons.entity.annotation.FlashEntity.class - [JAR]

├─ org.beangle.commons.entity.annotation.LogEntity.class - [JAR]

├─ org.beangle.commons.entity.annotation.TempEntity.class - [JAR]

Advertisement

Dependencies from Group

Aug 01, 2023
49 usages
2 stars
Apr 10, 2019
44 usages
2 stars
Aug 14, 2023
36 usages
2 stars
Apr 10, 2019
30 usages
2 stars
May 05, 2021
29 usages
2 stars

Discover Dependencies

May 04, 2022
185 usages
17 stars
Oct 11, 2013
26 usages
651 stars
Nov 29, 2016
46 usages
1.7k stars
Sep 18, 2017
9 usages
0 stars
Aug 21, 2023
21 usages
114 stars
Apr 25, 2020
48 usages
120 stars
Aug 16, 2023
140 usages
29 stars
Mar 28, 2018
8 usages
Aug 05, 2017
170 usages
309 stars
Aug 14, 2023
7 usages
20 stars