Uses of Interface
jakarta.nosql.Query
-
Uses of Query in jakarta.nosql
Subinterfaces of Query in jakarta.nosqlModifier and TypeInterfaceDescriptioninterfaceTypedQuery<T>A type-safe variant ofQuerythat maps query results directly to the target typeT.Methods in jakarta.nosql that return QueryModifier and TypeMethodDescriptionBinds a positional parameter to the query.Binds a named parameter to the query.Creates a query from a raw string using Jakarta Common Query Language (JCQL).