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 spring-data-jpa-comment-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.data.jpa.comment.config
├─ org.springframework.data.jpa.comment.config.JpaCommentAutoConfig.class - [JAR]
org.springframework.data.jpa.comment.pojo.dto
├─ org.springframework.data.jpa.comment.pojo.dto.ColumnCommentDTO.class - [JAR]
├─ org.springframework.data.jpa.comment.pojo.dto.TableCommentDTO.class - [JAR]
org.springframework.data.jpa.comment.service
├─ org.springframework.data.jpa.comment.service.AlterCommentService.class - [JAR]
├─ org.springframework.data.jpa.comment.service.JpaCommentService.class - [JAR]
org.springframework.data.jpa.comment.annotation
├─ org.springframework.data.jpa.comment.annotation.ColumnComment.class - [JAR]
├─ org.springframework.data.jpa.comment.annotation.TableComment.class - [JAR]
org.springframework.data.jpa.comment.properties
├─ org.springframework.data.jpa.comment.properties.JpaCommentProperties.class - [JAR]
org.springframework.data.jpa.comment.service.impl
├─ org.springframework.data.jpa.comment.service.impl.MysqlAlterCommentServiceImpl.class - [JAR]
├─ org.springframework.data.jpa.comment.service.impl.OracleAlterCommentServiceImpl.class - [JAR]
├─ org.springframework.data.jpa.comment.service.impl.PgSqlAlterCommentServiceImpl.class - [JAR]
├─ org.springframework.data.jpa.comment.service.impl.SqlServerAlterCommentServiceImpl.class - [JAR]
org.springframework.data.jpa.comment.behavior
├─ org.springframework.data.jpa.comment.behavior.IEnum.class - [JAR]
org.springframework.data.jpa.comment.pojo
├─ org.springframework.data.jpa.comment.pojo.JpaCommentPojo.class - [JAR]
org.springframework.data.jpa.comment.enums
├─ org.springframework.data.jpa.comment.enums.DbTypeEnum.class - [JAR]