
com.speedment.jpastreamer.field.predicate.package-info Maven / Gradle / Ivy
/*
* JPAstreamer - Express JPA queries with Java Streams
* Copyright (c) 2020-2021, Speedment, Inc. All Rights Reserved.
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
*
* This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Lesser General Public License for more details.
*
* See: https://github.com/speedment/jpa-streamer/blob/master/LICENSE
*
*/
/**
* The different types of predicates generated by Fields are located in this
* package. The main difference between a Speedment predicate and an ordinary
* java predicate is that Speedment predicates also carry metadata about the
* Field and other conditions used to create it. This metadata can be parsed to
* produce smarter queries runtime.
*
* This package is part of the API. Modifications to classes here should only
* (if ever) be done in major releases.
*/
package com.speedment.jpastreamer.field.predicate;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy