Uses of Enum
org.datanucleus.store.query.Query.QueryType
Packages that use Query.QueryType
Package
Description
Package providing query language support for datastores.
-
Uses of Query.QueryType in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as Query.QueryTypeMethods in org.datanucleus.store.query that return Query.QueryTypeModifier and TypeMethodDescriptionQuery.getType()
Accessor for the query type.static Query.QueryType
Returns the enum constant of this type with the specified name.static Query.QueryType[]
Query.QueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.query with parameters of type Query.QueryTypeModifier and TypeMethodDescriptionvoid
Query.setType
(Query.QueryType type) Mutator to set the query type.