Uses of Class
org.eclipse.persistence.queries.DatabaseQuery.ParameterType
-
Packages that use DatabaseQuery.ParameterType Package Description org.eclipse.persistence.queries -
-
Uses of DatabaseQuery.ParameterType in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries with type parameters of type DatabaseQuery.ParameterType Modifier and Type Field Description protected List<DatabaseQuery.ParameterType>DatabaseQuery. argumentParameterTypesMethods in org.eclipse.persistence.queries that return DatabaseQuery.ParameterType Modifier and Type Method Description static DatabaseQuery.ParameterTypeDatabaseQuery.ParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabaseQuery.ParameterType[]DatabaseQuery.ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.queries that return types with arguments of type DatabaseQuery.ParameterType Modifier and Type Method Description List<DatabaseQuery.ParameterType>DatabaseQuery. getArgumentParameterTypes()INTERNAL: Used to calculate parameter types in JPQLMethods in org.eclipse.persistence.queries with parameters of type DatabaseQuery.ParameterType Modifier and Type Method Description voidDatabaseQuery. addArgument(String argumentName, Class<?> type, DatabaseQuery.ParameterType parameterType)INTERNAL: Add the argument named argumentName.voidDatabaseQuery. addArgument(String argumentName, Class<?> type, DatabaseQuery.ParameterType argumentParameterType, boolean nullable)INTERNAL: Add the argument named argumentName.
-