jar

io.github.technow-oficial : spring-smart-specification

Maven & Gradle

Dec 08, 2022
0 stars

spring-smart-specification · Projections and Specifications to JPA and Mongo

Table Of Contents

Latest Version

Download io.github.technow-oficial : spring-smart-specification JAR file - Latest Versions:

All Versions

Download io.github.technow-oficial : spring-smart-specification JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
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 spring-smart-specification-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.technowoficial.springsmartspecification.specification

├─ io.github.technowoficial.springsmartspecification.specification.SmartSpecification.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.specification.SmartSpecificationField.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.specification.SmartSpecificationFieldMeta.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.specification.SmartSpecificationMeta.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.specification.SmartSpecificationMetaFactory.class - [JAR]

io.github.technowoficial.springsmartspecification.mongo.criteriabuilder

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.ContainsMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.EndsWithMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.EqualsMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.GreaterThanEqualMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.GreaterThanMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.InMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.IsFalseMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.IsNotNullMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.IsNullMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.IsTrueMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.LessThanEqualMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.LessThanMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.NotEqualsMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.NotInMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.RegexMongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.criteriabuilder.StartsWithMongoSpecificationFieldCriteriaBuilder.class - [JAR]

io.github.technowoficial.springsmartspecification.jpa.predicatebuilder

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.ContainsJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.EndsWithJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.EqualsJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.GreaterThanEqualJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.GreaterThanJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.InJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.IsFalseJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.IsNotNullJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.IsNullJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.IsTrueJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.LessThanEqualJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.LessThanJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.LikeJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.NotContainsJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.NotEqualsJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.NotInJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.NotLikeJpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.predicatebuilder.StartsWithJpaSpecificationFieldPredicateBuilder.class - [JAR]

io.github.technowoficial.springsmartspecification.jpa.expressionhandler

├─ io.github.technowoficial.springsmartspecification.jpa.expressionhandler.IgnoreCaseJpaSpecificationFieldExpressionHandler.class - [JAR]

io.github.technowoficial.springsmartspecification.jpa.valuetypehandler

├─ io.github.technowoficial.springsmartspecification.jpa.valuetypehandler.DefaultJpaSpecificationFieldValueTypeHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.valuetypehandler.StringJpaSpecificationFieldValueTypeHandler.class - [JAR]

io.github.technowoficial.springsmartspecification.path

├─ io.github.technowoficial.springsmartspecification.path.PathPart.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.path.PathPartExtractor.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.path.PathUtils.class - [JAR]

io.github.technowoficial.springsmartspecification.jpa.query

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaCriteriaQueryHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaPathRouter.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationArgs.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationArgsFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationField.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldExpressionHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldExpressionHandlerFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldPredicateBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldPredicateBuilderFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldValueTypeHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationFieldValueTypeHandlerFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationMeta.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.jpa.query.JpaSpecificationMetaFactory.class - [JAR]

io.github.technowoficial.springsmartspecification.mongo.valuetypehandler

├─ io.github.technowoficial.springsmartspecification.mongo.valuetypehandler.DefaultMongoSpecificationFieldValueTypeHandler.class - [JAR]

io.github.technowoficial.springsmartspecification.projection

├─ io.github.technowoficial.springsmartspecification.projection.ProjectionFieldMeta.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.projection.ProjectionHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.projection.ProjectionHandlerFactory.class - [JAR]

io.github.technowoficial.springsmartspecification.reflection

├─ io.github.technowoficial.springsmartspecification.reflection.ReflectionUtils.class - [JAR]

io.github.technowoficial.springsmartspecification

├─ io.github.technowoficial.springsmartspecification.SpringSmartSpecificationApplication.class - [JAR]

io.github.technowoficial.springsmartspecification.mongo.query

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoCriteriaQueryHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationArgs.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationField.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldCriteriaBuilder.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldCriteriaBuilderFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldExpressionHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldExpressionHandlerFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldValueTypeHandler.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationFieldValueTypeHandlerFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationMeta.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoSpecificationMetaFactory.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoValue.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.mongo.query.MongoValueFactory.class - [JAR]

io.github.technowoficial.springsmartspecification.repository

├─ io.github.technowoficial.springsmartspecification.repository.BaseSmartSpecificationRepository.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.DefaultJpaSmartSpecificationRepository.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.DefaultMongoSmartSpecificationRepository.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.JpaSmartSpecificationRepository.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.JpaSmartSpecificationRepositoryImpl.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.MongoSmartSpecificationRepository.class - [JAR]

├─ io.github.technowoficial.springsmartspecification.repository.MongoSmartSpecificationRepositoryImpl.class - [JAR]

io.github.technowoficial.springsmartspecification.exception

├─ io.github.technowoficial.springsmartspecification.exception.ReflectionException.class - [JAR]

io.github.technowoficial.springsmartspecification.mongo.expressionhandler

├─ io.github.technowoficial.springsmartspecification.mongo.expressionhandler.IgnoreCaseMongoSpecificationFieldExpressionHandler.class - [JAR]