Package org.hibernate.annotations
Annotation Type AnyKeyJdbcTypeCode
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface AnyKeyJdbcTypeCode
Form ofJdbcTypeCode
used to describe the foreign-key part of an ANY mapping.- Since:
- 6.0
- See Also:
Any
,AnyKeyJdbcType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The code for the descriptor to use for the key column
-
-
-
Element Detail
-
value
int value
The code for the descriptor to use for the key column- See Also:
JdbcTypeCode.value()
-
-