View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window quicker-data-jpa-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.touscm.quicker.data.jpa
├─ com.touscm.quicker.data.jpa.BaseDao.class - [JAR]
├─ com.touscm.quicker.data.jpa.BaseDaoFactoryBean.class - [JAR]
├─ com.touscm.quicker.data.jpa.BaseEntity.class - [JAR]
├─ com.touscm.quicker.data.jpa.GenericEntity.class - [JAR]
├─ com.touscm.quicker.data.jpa.IDao.class - [JAR]
com.touscm.quicker.data.jpa.base
├─ com.touscm.quicker.data.jpa.base.QueryInfo.class - [JAR]
com.touscm.quicker.data.jpa.id
├─ com.touscm.quicker.data.jpa.id.UUIDGenerator.class - [JAR]
com.touscm.quicker.data.jpa.utils
├─ com.touscm.quicker.data.jpa.utils.PagingUtils.class - [JAR]
├─ com.touscm.quicker.data.jpa.utils.QueryUtils.class - [JAR]