Package org.hibernate.annotations
Annotation Type ParamDef
-
@Target({}) @Retention(RUNTIME) public @interface ParamDef
A parameter definition.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The name of the parameter definition.java.lang.String
type
The type being defined, Typically this is the fully-qualified name of theType
,UserType
orCompositeUserType
implementation class.
-
-
-
-
type
java.lang.String type
The type being defined, Typically this is the fully-qualified name of theType
,UserType
orCompositeUserType
implementation class.
-
-