Package org.hibernate.annotations
Annotation Interface CollectionIdJdbcType
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Inherited
@Retention(RUNTIME)
public @interface CollectionIdJdbcType
Form of
JdbcType for describing the id of an id-bag mapping.- Since:
- 6.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
The descriptor to use for the mapped column- See Also:
-