Uses of Enum Class
jakarta.persistence.ParameterMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of ParameterMode in jakarta.persistence
Modifier and TypeMethodDescriptionstatic ParameterMode
Returns the enum constant of this class with the specified name.static ParameterMode[]
ParameterMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier 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.