jar

nl.vpro : jcr-criteria

Maven & Gradle

Jun 25, 2022
14 stars

Criteria API for JCR · A Hibernate's Criteria-like API to programmatically generate JCR queries

Table Of Contents

Latest Version

Download nl.vpro : jcr-criteria JAR file - Latest Versions:

All Versions

Download nl.vpro : jcr-criteria JAR file - All Versions:

Version Vulnerabilities Size Updated
2.10
2.8
2.7
2.2
2.1
2.0
1.2
1.1
1.0

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 jcr-criteria-2.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

nl.vpro.jcr.criteria.query.xpath

├─ nl.vpro.jcr.criteria.query.xpath.CriteriaQueryTranslator.class - [JAR]

├─ nl.vpro.jcr.criteria.query.xpath.XPathSelect.class - [JAR]

nl.vpro.jcr.criteria.query.sql2

├─ nl.vpro.jcr.criteria.query.sql2.AndCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.BooleanCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.BooleanSimpleExpressionCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.CastFromStringSimpleExpressionCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.Condition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.ContainsCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.Field.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.IsChildNode.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.IsDescendantNode.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.IsSameNode.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.LikeCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.NotCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.NotNullCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.NullCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.NumberSimpleExpressionCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.OrCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.Order.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.OrderDirection.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.Select.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.SimpleExpressionCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.StringSimpleExpressionCondition.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.Utils.class - [JAR]

├─ nl.vpro.jcr.criteria.query.sql2.package-info.class - [JAR]

nl.vpro.jcr.criteria.query.impl

├─ nl.vpro.jcr.criteria.query.impl.AbstractCriteriaImpl.class - [JAR]

├─ nl.vpro.jcr.criteria.query.impl.Column.class - [JAR]

nl.vpro.jcr.utils

├─ nl.vpro.jcr.utils.JcrNodeWrapper.class - [JAR]

├─ nl.vpro.jcr.utils.Utils.class - [JAR]

nl.vpro.jcr.criteria.query.xpath.utils

├─ nl.vpro.jcr.criteria.query.xpath.utils.XPathTextUtils.class - [JAR]

nl.vpro.jcr.criteria.advanced.impl

├─ nl.vpro.jcr.criteria.advanced.impl.AdvancedCriteriaImpl.class - [JAR]

├─ nl.vpro.jcr.criteria.advanced.impl.AdvancedResultImpl.class - [JAR]

├─ nl.vpro.jcr.criteria.advanced.impl.AdvancedResultItemImpl.class - [JAR]

├─ nl.vpro.jcr.criteria.advanced.impl.QueryExecutorHelper.class - [JAR]

nl.vpro.jcr.criteria.query

├─ nl.vpro.jcr.criteria.query.AdvancedResult.class - [JAR]

├─ nl.vpro.jcr.criteria.query.AdvancedResultItem.class - [JAR]

├─ nl.vpro.jcr.criteria.query.Criteria.class - [JAR]

├─ nl.vpro.jcr.criteria.query.DirectJcrQuery.class - [JAR]

├─ nl.vpro.jcr.criteria.query.ExecutableQuery.class - [JAR]

├─ nl.vpro.jcr.criteria.query.JCRCriteriaFactory.class - [JAR]

├─ nl.vpro.jcr.criteria.query.JCRQueryException.class - [JAR]

├─ nl.vpro.jcr.criteria.query.ResultIterator.class - [JAR]

├─ nl.vpro.jcr.criteria.query.ResultIteratorImpl.class - [JAR]

├─ nl.vpro.jcr.criteria.query.TranslatableCriteria.class - [JAR]

nl.vpro.jcr.criteria.query.criterion

├─ nl.vpro.jcr.criteria.query.criterion.BaseCriterion.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.BetweenExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Conjunction.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.ContainsExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Criterion.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Disjunction.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.InExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.IsChildOf.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.IsDescendantOf.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.IsNotNullExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.IsNullExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.IsSame.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.JCRFunctionExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Junction.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.LikeExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.MatchMode.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.NotExpression.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Op.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Order.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.Restrictions.class - [JAR]

├─ nl.vpro.jcr.criteria.query.criterion.SimpleExpression.class - [JAR]

Advertisement

Dependencies from Group

Mar 25, 2022
1 usages
4 stars
Jun 25, 2022
14 stars
May 23, 2019
2 stars
Mar 19, 2021
2 stars
Apr 20, 2023
2 stars

Discover Dependencies

Jul 09, 2016
1 stars
Dec 22, 2015
0 stars
Dec 20, 2015
1 usages
0 stars
Dec 20, 2015
1 usages
0 stars
Dec 20, 2015
1 usages
0 stars
Dec 20, 2015
5 usages
0 stars
Dec 20, 2015
0 stars
Dec 24, 2015
1 usages
5 stars
Dec 25, 2015
28 stars
Dec 27, 2015
2 usages
2 stars