jar

br.com.trustsystems : super-dao

Maven & Gradle

Jan 21, 2015
0 stars

super-dao · An example implementation of the DAO pattern for Java

Table Of Contents

Latest Version

Download br.com.trustsystems : super-dao JAR file - Latest Versions:

All Versions

Download br.com.trustsystems : super-dao JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 super-dao-1.0.0-RC1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

br.com.trustsystems.persistence.provider.jpa

├─ br.com.trustsystems.persistence.provider.jpa.JpaPersistenceProvider.class - [JAR]

├─ br.com.trustsystems.persistence.provider.jpa.UnitOfWork.class - [JAR]

br.com.trustsystems.persistence.dao

├─ br.com.trustsystems.persistence.dao.IPersistenceProvider.class - [JAR]

├─ br.com.trustsystems.persistence.dao.ITypedDao.class - [JAR]

├─ br.com.trustsystems.persistence.dao.IUnitOfWork.class - [JAR]

├─ br.com.trustsystems.persistence.dao.TypedDao.class - [JAR]

br.com.trustsystems.persistence.dao.query

├─ br.com.trustsystems.persistence.dao.query.LockType.class - [JAR]

├─ br.com.trustsystems.persistence.dao.query.Options.class - [JAR]

├─ br.com.trustsystems.persistence.dao.query.Query.class - [JAR]

br.com.trustsystems.persistence.dao.test

├─ br.com.trustsystems.persistence.dao.test.CrudTest.class - [JAR]

├─ br.com.trustsystems.persistence.dao.test.JUnitTest.class - [JAR]

br.com.trustsystems.persistence.dao.test.tasks

├─ br.com.trustsystems.persistence.dao.test.tasks.DataInitializationTask.class - [JAR]

├─ br.com.trustsystems.persistence.dao.test.tasks.IDataInitializationTask.class - [JAR]

├─ br.com.trustsystems.persistence.dao.test.tasks.RequiredDataInitialization.class - [JAR]

br.com.trustsystems.persistence.util

├─ br.com.trustsystems.persistence.util.ReflectionUtils.class - [JAR]

br.com.trustsystems.persistence

├─ br.com.trustsystems.persistence.Identifiable.class - [JAR]

├─ br.com.trustsystems.persistence.Persistent.class - [JAR]

├─ br.com.trustsystems.persistence.Versioned.class - [JAR]