Package org.hibernate.annotations
Annotation Type CollectionIdJdbcType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE}) @Inherited @Retention(RUNTIME) public @interface CollectionIdJdbcType
Form ofJdbcType
for describing the id of an id-bag mapping- Since:
- 6.0
-
-
Element Detail
-
value
Class<? extends JdbcType> value
The descriptor to use for the mapped column- See Also:
JdbcType.value()
-
-