jar

org.swframework : active-entity

Maven & Gradle

Dec 13, 2013

Active Entity · DAO and domain object in one

Table Of Contents

Latest Version

Download org.swframework : active-entity JAR file - Latest Versions:

All Versions

Download org.swframework : active-entity JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0

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 active-entity-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.swframework.core

├─ org.swframework.core.ApplicationContextProvider.class - [JAR]

org.swframework.core.persistence

├─ org.swframework.core.persistence.ActiveEntity.class - [JAR]

├─ org.swframework.core.persistence.EntityService.class - [JAR]

├─ org.swframework.core.persistence.EntityServiceImpl.class - [JAR]

├─ org.swframework.core.persistence.MongoEntity.class - [JAR]

├─ org.swframework.core.persistence.MongoTemplateService.class - [JAR]

├─ org.swframework.core.persistence.MongoTemplateServiceImpl.class - [JAR]

org.swframework.core.util

├─ org.swframework.core.util.BeanUtil.class - [JAR]

├─ org.swframework.core.util.ReflectionUtil.class - [JAR]