Uses of Enum
javax.persistence.ParameterMode
Packages that use ParameterMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of ParameterMode in javax.persistence
Methods in javax.persistence that return ParameterModeModifier and TypeMethodDescriptionstatic ParameterMode
Returns the enum constant of this type with the specified name.static ParameterMode[]
ParameterMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.persistence with parameters of type ParameterModeModifier and TypeMethodDescriptionStoredProcedureQuery.registerStoredProcedureParameter
(int position, Class type, ParameterMode mode) Register a positional parameter.StoredProcedureQuery.registerStoredProcedureParameter
(String parameterName, Class type, ParameterMode mode) Register a named parameter.