jar

com.catify.bpmn : data-spi-jpa

Maven & Gradle

Feb 06, 2013
1 usages
0 stars

catify BPMN Engine Core - JPA Data Service Provider · JPA service provider for the Data SPI of the catify BPMN Engine Core

Table Of Contents

Latest Version

Download com.catify.bpmn : data-spi-jpa JAR file - Latest Versions:

All Versions

Download com.catify.bpmn : data-spi-jpa JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1

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 data-spi-jpa-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.catify.processengine.serviceproviders.jpa

├─ com.catify.processengine.serviceproviders.jpa.AppContextFactory.class - [JAR]

├─ com.catify.processengine.serviceproviders.jpa.JpaDataObjectSpi.class - [JAR]

├─ com.catify.processengine.serviceproviders.jpa.JpaTimerSpi.class - [JAR]

com.catify.processengine.serviceproviders.jpa.repositories

├─ com.catify.processengine.serviceproviders.jpa.repositories.DataObjectRepository.class - [JAR]

├─ com.catify.processengine.serviceproviders.jpa.repositories.TimerRepository.class - [JAR]

com.catify.processengine.serviceproviders.jpa.beans

├─ com.catify.processengine.serviceproviders.jpa.beans.DataObjectEntity.class - [JAR]

├─ com.catify.processengine.serviceproviders.jpa.beans.TimerEntity.class - [JAR]

Advertisement