jar

org.activejpa.persistence : activejpa-context

Maven & Gradle

Sep 25, 2014

The core ActiveJPA module, which is the base requirement for all other implementations.

Table Of Contents

Latest Version

Download org.activejpa.persistence : activejpa-context JAR file - Latest Versions:

All Versions

Download org.activejpa.persistence : activejpa-context JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 activejpa-context-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.activejpa.persistence.dialect

├─ org.activejpa.persistence.dialect.AbstractDialect.class - [JAR]

├─ org.activejpa.persistence.dialect.HSQLDialect.class - [JAR]

org.activejpa.persistence.type

├─ org.activejpa.persistence.type.CacheLevelType.class - [JAR]

├─ org.activejpa.persistence.type.SchemaGenerationType.class - [JAR]

├─ org.activejpa.persistence.type.StorageType.class - [JAR]

├─ org.activejpa.persistence.type.TableType.class - [JAR]

├─ org.activejpa.persistence.type.TransactionType.class - [JAR]

org.activejpa.persistence.annotation

├─ org.activejpa.persistence.annotation.ActiveRecord.class - [JAR]

├─ org.activejpa.persistence.annotation.Column.class - [JAR]

├─ org.activejpa.persistence.annotation.Id.class - [JAR]

├─ org.activejpa.persistence.annotation.In.class - [JAR]

├─ org.activejpa.persistence.annotation.Lazy.class - [JAR]

├─ org.activejpa.persistence.annotation.ManyToMany.class - [JAR]

├─ org.activejpa.persistence.annotation.ManyToOne.class - [JAR]

├─ org.activejpa.persistence.annotation.OneToMany.class - [JAR]

├─ org.activejpa.persistence.annotation.OneToOne.class - [JAR]

├─ org.activejpa.persistence.annotation.Out.class - [JAR]

├─ org.activejpa.persistence.annotation.PersistenceConfiguration.class - [JAR]

├─ org.activejpa.persistence.annotation.StoredProcedure.class - [JAR]

├─ org.activejpa.persistence.annotation.Table.class - [JAR]

├─ org.activejpa.persistence.annotation.Transient.class - [JAR]

├─ org.activejpa.persistence.annotation.Unique.class - [JAR]

org.activejpa.persistence

├─ org.activejpa.persistence.PersistenceContext.class - [JAR]