jar

com.buschmais.jqassistant.plugin : jpa2

Maven & Gradle

Nov 09, 2022
10 usages
0 stars

jQAssistant JPA 2 Plugin · Plugin for jQAssistant to be able to scan and to analyze JPA 2 related artifacts.

Table Of Contents

Latest Version

Download com.buschmais.jqassistant.plugin : jpa2 JAR file - Latest Versions:

All Versions

Download com.buschmais.jqassistant.plugin : jpa2 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.5
1.4
1.3
1.2

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

com.sun.java.xml.ns.persistence

├─ com.sun.java.xml.ns.persistence.ObjectFactory.class - [JAR]

├─ com.sun.java.xml.ns.persistence.Persistence.class - [JAR]

├─ com.sun.java.xml.ns.persistence.PersistenceUnitCachingType.class - [JAR]

├─ com.sun.java.xml.ns.persistence.PersistenceUnitTransactionType.class - [JAR]

├─ com.sun.java.xml.ns.persistence.PersistenceUnitValidationModeType.class - [JAR]

com.buschmais.jqassistant.plugin.jpa2.impl.scanner

├─ com.buschmais.jqassistant.plugin.jpa2.impl.scanner.PersistanceXMLUnmarshaller.class - [JAR]

├─ com.buschmais.jqassistant.plugin.jpa2.impl.scanner.PersistenceUnitView.class - [JAR]

├─ com.buschmais.jqassistant.plugin.jpa2.impl.scanner.PersistenceView.class - [JAR]

├─ com.buschmais.jqassistant.plugin.jpa2.impl.scanner.PersistenceXmlScannerPlugin.class - [JAR]

org.jcp.xmlns.xml.ns.persistence

├─ org.jcp.xmlns.xml.ns.persistence.ObjectFactory.class - [JAR]

├─ org.jcp.xmlns.xml.ns.persistence.Persistence.class - [JAR]

├─ org.jcp.xmlns.xml.ns.persistence.PersistenceUnitCachingType.class - [JAR]

├─ org.jcp.xmlns.xml.ns.persistence.PersistenceUnitTransactionType.class - [JAR]

├─ org.jcp.xmlns.xml.ns.persistence.PersistenceUnitValidationModeType.class - [JAR]

com.buschmais.jqassistant.plugin.jpa2.api.model

├─ com.buschmais.jqassistant.plugin.jpa2.api.model.JpaDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.jpa2.api.model.PersistenceUnitDescriptor.class - [JAR]

├─ com.buschmais.jqassistant.plugin.jpa2.api.model.PersistenceXmlDescriptor.class - [JAR]

Advertisement