Uses of Enum
org.eclipse.persistence.queries.DatabaseQuery.ParameterType
Packages that use DatabaseQuery.ParameterType
-
Uses of DatabaseQuery.ParameterType in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries with type parameters of type DatabaseQuery.ParameterTypeModifier and TypeFieldDescriptionprotected List<DatabaseQuery.ParameterType> DatabaseQuery.argumentParameterTypesMethods in org.eclipse.persistence.queries that return DatabaseQuery.ParameterTypeModifier and TypeMethodDescriptionstatic DatabaseQuery.ParameterTypeReturns 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.ParameterTypeModifier and TypeMethodDescriptionDatabaseQuery.getArgumentParameterTypes()INTERNAL: Used to calculate parameter types in JPQLMethods in org.eclipse.persistence.queries with parameters of type DatabaseQuery.ParameterTypeModifier and TypeMethodDescriptionvoidDatabaseQuery.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.