jar

org.hswebframework.web : hsweb-commons-entity

Maven & Gradle

Aug 28, 2020
7 usages

通用增删改查-通用实体模块

Table Of Contents

Latest Version

Download org.hswebframework.web : hsweb-commons-entity JAR file - Latest Versions:

All Versions

Download org.hswebframework.web : hsweb-commons-entity JAR file - All Versions:

Version Vulnerabilities Size Updated
3.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 hsweb-commons-entity-3.0.11.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.hswebframework.web.commons.entity.factory

├─ org.hswebframework.web.commons.entity.factory.DefaultMapperFactory.class - [JAR]

├─ org.hswebframework.web.commons.entity.factory.DefaultPropertyCopier.class - [JAR]

├─ org.hswebframework.web.commons.entity.factory.EntityFactory.class - [JAR]

├─ org.hswebframework.web.commons.entity.factory.MapperEntityFactory.class - [JAR]

├─ org.hswebframework.web.commons.entity.factory.PropertyCopier.class - [JAR]

org.hswebframework.web.commons.entity

├─ org.hswebframework.web.commons.entity.CloneableEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.DataStatus.class - [JAR]

├─ org.hswebframework.web.commons.entity.DataStatusEnum.class - [JAR]

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

├─ org.hswebframework.web.commons.entity.GenericEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.LogicalDeleteEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.PagerResult.class - [JAR]

├─ org.hswebframework.web.commons.entity.QueryEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.RecordCreationEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.RecordModifierEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.SimpleGenericEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.SimpleTreeSortSupportEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.SortSupportEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.TreeSortSupportEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.TreeSupportEntity.class - [JAR]

org.hswebframework.web.commons.entity.param

├─ org.hswebframework.web.commons.entity.param.DeleteParamEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.param.QueryParamEntity.class - [JAR]

├─ org.hswebframework.web.commons.entity.param.TermExpressionParser.class - [JAR]

├─ org.hswebframework.web.commons.entity.param.UpdateParamEntity.class - [JAR]

org.hswebframework.web.commons.entity.events

├─ org.hswebframework.web.commons.entity.events.EntityCreatedEvent.class - [JAR]

├─ org.hswebframework.web.commons.entity.events.EntityModifyEvent.class - [JAR]

Advertisement