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