jar

com.github.vsspt : db-generic-dao-api

Maven & Gradle

Feb 27, 2015
3 usages

Database Generic DAO API · A Generic DAO to perform CRUD and Search operations - API

Table Of Contents

Latest Version

Download com.github.vsspt : db-generic-dao-api JAR file - Latest Versions:

All Versions

Download com.github.vsspt : db-generic-dao-api 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 db-generic-dao-api-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.vsspt.common.db.dao.api.constants

├─ com.github.vsspt.common.db.dao.api.constants.Message.class - [JAR]

com.github.vsspt.common.db.dao.api.annotation

├─ com.github.vsspt.common.db.dao.api.annotation.Auditable.class - [JAR]

com.github.vsspt.common.db.dao.api.util

├─ com.github.vsspt.common.db.dao.api.util.PagingList.class - [JAR]

├─ com.github.vsspt.common.db.dao.api.util.Parameter.class - [JAR]

com.github.vsspt.common.db.dao.api

├─ com.github.vsspt.common.db.dao.api.IGenericDAO.class - [JAR]

com.github.vsspt.common.db.dao.api.search

├─ com.github.vsspt.common.db.dao.api.search.GenericAlias.class - [JAR]

├─ com.github.vsspt.common.db.dao.api.search.GenericFilterDef.class - [JAR]

├─ com.github.vsspt.common.db.dao.api.search.GenericFilterParam.class - [JAR]

├─ com.github.vsspt.common.db.dao.api.search.GenericSearch.class - [JAR]

Advertisement