jar

top.openyuan : jpa-plus

Maven & Gradle

Dec 08, 2021
0 stars

jpa-plus · This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。

Table Of Contents

Latest Version

Download top.openyuan : jpa-plus JAR file - Latest Versions:

All Versions

Download top.openyuan : jpa-plus 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 jpa-plus-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

top.openyuan.jpa.exception

├─ top.openyuan.jpa.exception.BuildSpecificationException.class - [JAR]

top.openyuan.jpa.specification.annotation

├─ top.openyuan.jpa.specification.annotation.Between.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.EndsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.Equals.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.GreaterThan.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.GreaterThanEqual.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.In.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.IsNotNull.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.IsNull.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.Join.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.LessThan.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.LessThanEqual.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.Like.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.LikeIn.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.LikeOrLike.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.LikePattern.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotBetween.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotEndsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotEquals.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotIn.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotLike.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotLikePattern.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.NotStartsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrBetween.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrEndsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrEquals.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrGreaterThan.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrGreaterThanEqual.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrIn.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrIsNotNull.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrIsNull.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrLessThan.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrLessThanEqual.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrLike.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrLikeOrLike.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrLikePattern.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotBetween.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotEndsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotEquals.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotIn.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotLike.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotLikePattern.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrNotStartsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.OrStartsWith.class - [JAR]

├─ top.openyuan.jpa.specification.annotation.StartsWith.class - [JAR]

top.openyuan.jpa.specification.predicate

├─ top.openyuan.jpa.specification.predicate.AbstractSimplePredicateExt.class - [JAR]

├─ top.openyuan.jpa.specification.predicate.PredicatePlus.class - [JAR]

├─ top.openyuan.jpa.specification.predicate.PredicatePlusBuilder.class - [JAR]

top.openyuan.jpa.common.constant

├─ top.openyuan.jpa.common.constant.JpaConfigConstant.class - [JAR]

top.openyuan.jpa.common.util

├─ top.openyuan.jpa.common.util.CollectionUtils.class - [JAR]

├─ top.openyuan.jpa.common.util.FieldUtils.class - [JAR]

├─ top.openyuan.jpa.common.util.StringUtils.class - [JAR]

├─ top.openyuan.jpa.common.util.SystemClockUtils.class - [JAR]

top.openyuan.jpa.specification.handler.impl

├─ top.openyuan.jpa.specification.handler.impl.BetweenPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.EndsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.EqualsPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.GreaterThanEqualPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.GreaterThanPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.InPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.IsNotNullPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.IsNullPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.JoinPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LessThanEqualPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LessThanPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LikeInPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LikeOrLikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LikePatternPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.LikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotBetweenPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotEndsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotEqualsPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotInPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotLikePatternPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotLikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.NotStartsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrBetweenPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrEndsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrEqualsPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrGreaterThanEqualPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrGreaterThanPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrInPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrIsNotNullPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrIsNullPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrLessThanEqualPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrLessThanPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrLikeOrLikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrLikePatternPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrLikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotBetweenPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotEndsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotEqualsPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotInPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotLikePatternPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotLikePredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrNotStartsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.OrStartsWithPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.impl.StartsWithPredicateHandler.class - [JAR]

top.openyuan.jpa

├─ top.openyuan.jpa.EnableJpaPlus.class - [JAR]

├─ top.openyuan.jpa.JpaRepositoriesExtRegistrar.class - [JAR]

top.openyuan.jpa.id

├─ top.openyuan.jpa.id.GenerationExtType.class - [JAR]

├─ top.openyuan.jpa.id.SnowflakeIdGenerator.class - [JAR]

top.openyuan.jpa.id.snowflake

├─ top.openyuan.jpa.id.snowflake.SnowflakeGenerationStrategy.class - [JAR]

top.openyuan.jpa.specification.handler

├─ top.openyuan.jpa.specification.handler.AbstractPredicateHandler.class - [JAR]

├─ top.openyuan.jpa.specification.handler.PredicateHandler.class - [JAR]

top.openyuan.jpa.specification.handler.bean

├─ top.openyuan.jpa.specification.handler.bean.BetweenValue.class - [JAR]

├─ top.openyuan.jpa.specification.handler.bean.Pair.class - [JAR]

top.openyuan.jpa.specification

├─ top.openyuan.jpa.specification.JpaSpecificationExtExecutor.class - [JAR]

├─ top.openyuan.jpa.specification.SpecificationPlus.class - [JAR]

top.openyuan.jpa.repository

├─ top.openyuan.jpa.repository.JpaRepositoryExt.class - [JAR]

├─ top.openyuan.jpa.repository.SimpleJpaRepositoryExt.class - [JAR]

top.openyuan.jpa.specification.handler.factory

├─ top.openyuan.jpa.specification.handler.factory.PredicateHandlerFactory.class - [JAR]

top.openyuan.jpa.repository.factory

├─ top.openyuan.jpa.repository.factory.JpaRepositoryExtFactory.class - [JAR]

├─ top.openyuan.jpa.repository.factory.JpaRepositoryExtFactoryBean.class - [JAR]

top.openyuan.jpa.config

├─ top.openyuan.jpa.config.JpaPlusConfig.class - [JAR]

Advertisement