jar

de.dutches.roomex : roomex-common

Maven & Gradle

Jan 22, 2023

roomex-common · Common package for RoomEx, a relationship manager for Android Room.

Table Of Contents

Latest Version

Download de.dutches.roomex : roomex-common JAR file - Latest Versions:

All Versions

Download de.dutches.roomex : roomex-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.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 roomex-common-1.7.21-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.dutches.roomex.storage.crud

├─ de.dutches.roomex.storage.crud.ICreate.class - [JAR]

├─ de.dutches.roomex.storage.crud.ICrud.class - [JAR]

├─ de.dutches.roomex.storage.crud.IDelete.class - [JAR]

├─ de.dutches.roomex.storage.crud.IJoins.class - [JAR]

├─ de.dutches.roomex.storage.crud.IRead.class - [JAR]

├─ de.dutches.roomex.storage.crud.IUpdate.class - [JAR]

de.dutches.roomex.storage.model.relation

├─ de.dutches.roomex.storage.model.relation.Cascade.class - [JAR]

├─ de.dutches.roomex.storage.model.relation.ManyToManyEx.class - [JAR]

├─ de.dutches.roomex.storage.model.relation.ManyToOneEx.class - [JAR]

├─ de.dutches.roomex.storage.model.relation.OneToManyEx.class - [JAR]

├─ de.dutches.roomex.storage.model.relation.OneToOneEx.class - [JAR]

├─ de.dutches.roomex.storage.model.relation.RoomExRelationEntity.class - [JAR]

de.dutches.roomex.storage

├─ de.dutches.roomex.storage.AutoDao.class - [JAR]

├─ de.dutches.roomex.storage.DaoData.class - [JAR]

├─ de.dutches.roomex.storage.DaoEx.class - [JAR]

├─ de.dutches.roomex.storage.EntityRelPropData.class - [JAR]

├─ de.dutches.roomex.storage.IRoomExInternalDao.class - [JAR]

├─ de.dutches.roomex.storage.RoomExDb.class - [JAR]

de.dutches.roomex.storage.model

├─ de.dutches.roomex.storage.model.RoomExEntity.class - [JAR]

Advertisement