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