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 openyich-data-2.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.openyich.framework.data.annotation
├─ com.openyich.framework.data.annotation.EnableJpaRepositoryBasic.class - [JAR]
com.openyich.framework.data.jpa.repository
├─ com.openyich.framework.data.jpa.repository.JpaRepositoryWrapper.class - [JAR]
com.openyich.framework.data.jpa.mapper
├─ com.openyich.framework.data.jpa.mapper.JpaMapperWrapper.class - [JAR]
com.openyich.framework.data.jpa.domain
├─ com.openyich.framework.data.jpa.domain.AbstractAuditingEntity.class - [JAR]
├─ com.openyich.framework.data.jpa.domain.AbstractStateManagingEntity.class - [JAR]
com.openyich.framework.data.jpa.mapper.impl
├─ com.openyich.framework.data.jpa.mapper.impl.JpaQueryMapperImpl.class - [JAR]
com.openyich.framework.data.commons.converter
├─ com.openyich.framework.data.commons.converter.StringArrayConverter.class - [JAR]
com.openyich.framework.data.jpa.specification
├─ com.openyich.framework.data.jpa.specification.AbstractSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.BetweenSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.EqualSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.GreaterThanOrEqualToSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.GreaterThanSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.InSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.LessThanOrEqualToSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.LessThanSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.LikeSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.NotEqualSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.NotInSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.NotLikeSpecification.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.Pageables.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.PredicateBuilder.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.Sorts.class - [JAR]
├─ com.openyich.framework.data.jpa.specification.Specifications.class - [JAR]
com.openyich.framework.data.commons.filter
├─ com.openyich.framework.data.commons.filter.BigDecimalFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.BooleanFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.DoubleFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.Filter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.FloatFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.InstantFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.IntegerFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.LocalDateFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.LongFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.RangeFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.ShortFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.StringFilter.class - [JAR]
├─ com.openyich.framework.data.commons.filter.ZonedDateTimeFilter.class - [JAR]
com.openyich.framework.data.autoconfigure
├─ com.openyich.framework.data.autoconfigure.OpenYichDataAutoConfiguration.class - [JAR]
├─ com.openyich.framework.data.autoconfigure.OpenYichDataProperties.class - [JAR]
com.openyich.framework.data.commons.config
├─ com.openyich.framework.data.commons.config.JpaRepositoryConfiguration.class - [JAR]
├─ com.openyich.framework.data.commons.config.SpringSecurityAuditorAware.class - [JAR]