Uses of Interface
jakarta.nosql.TypedQuery
-
Uses of TypedQuery in jakarta.nosql
Methods in jakarta.nosql that return TypedQueryModifier and TypeMethodDescriptionBinds a positional parameter to the query.Binds a named parameter to the query.<T> TypedQuery<T> Template.typedQuery(String query, Class<T> type) Creates aTypedQueryusing the given query string and result type.