All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.speedment.runtime.field.predicate.package-info Maven / Gradle / Ivy

Go to download

Partly generated model of the fields that represent columns in the database. Fields can be used to produce special predicates and functions that contain metadata that Speedment can analyze runtime.

There is a newer version: 3.2.10
Show newest version
/**
 * 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.runtime.field.predicate;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy