Module litebridge.orm
Package org.litebridgedb.orm.expression.intent
package org.litebridgedb.orm.expression.intent
Java-based query expression modifier "expressions"/intents.
These expressions are not translated to SQL; rather, they change the behaviour of the query on the ORM side.
-
ClassDescriptionIntent to convert a database result into the specified Java type.ConvertSpec<T>Converts a database result into the specified Java type.