Package org.hibernate.annotations
Annotation Type CollectionIdJdbcTypeCode
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface CollectionIdJdbcTypeCode
Form ofJdbcTypeCode
for describing the id of an id-bag mapping- Since:
- 6.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The code for the descriptor to use for the collection-id column
-
-
-
Element Detail
-
value
int value
The code for the descriptor to use for the collection-id column- See Also:
JdbcTypeCode.value()
-
-