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 blaze-persistence-spring-data-1.2.0-Alpha2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blazebit.persistence.impl.springdata.query
├─ com.blazebit.persistence.impl.springdata.query.BlazePersistenceQueryLookupStrategy.class - [JAR]
├─ com.blazebit.persistence.impl.springdata.query.EntityViewAwareJpaQueryMethod.class - [JAR]
com.blazebit.persistence.impl.springdata.repository
├─ com.blazebit.persistence.impl.springdata.repository.EntityViewAwareRepositoryFactory.class - [JAR]
├─ com.blazebit.persistence.impl.springdata.repository.EntityViewRepository.class - [JAR]
├─ com.blazebit.persistence.impl.springdata.repository.EntityViewRepositoryFactoryBean.class - [JAR]
├─ com.blazebit.persistence.impl.springdata.repository.EntityViewRepositoryImpl.class - [JAR]
org.springframework.data.jpa.repository.query
├─ org.springframework.data.jpa.repository.query.FixedJpaCountQueryCreator.class - [JAR]
├─ org.springframework.data.jpa.repository.query.FixedJpaQueryCreator.class - [JAR]
├─ org.springframework.data.jpa.repository.query.PartTreeEntityViewQuery.class - [JAR]