jar

com.gozefo.brahma : brahma-dao

Maven & Gradle

Jul 04, 2018
3 stars

Brahma Dao · An annotation processor to generate typesafe DAO classes from @Entity classes

Table Of Contents

Latest Version

Download com.gozefo.brahma : brahma-dao JAR file - Latest Versions:

All Versions

Download com.gozefo.brahma : brahma-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 brahma-dao-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.brahma.dao.utils

├─ com.brahma.dao.utils.AnnotatedClassUtils.class - [JAR]

├─ com.brahma.dao.utils.AnnotatedFieldUtils.class - [JAR]

├─ com.brahma.dao.utils.CreateDaoUtils.class - [JAR]

├─ com.brahma.dao.utils.MessagingUtils.class - [JAR]

com.brahma.dao.annotations

├─ com.brahma.dao.annotations.Default.class - [JAR]

├─ com.brahma.dao.annotations.GenerateDao.class - [JAR]

com.brahma.dao.processor

├─ com.brahma.dao.processor.DaoProcessor.class - [JAR]

com.brahma.dao.meta

├─ com.brahma.dao.meta.SearchMeta.class - [JAR]

├─ com.brahma.dao.meta.SortType.class - [JAR]

Advertisement