Package org.hibernate.annotations
Annotation Interface CollectionIdJavaType
@Inherited
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Retention(RUNTIME)
public @interface CollectionIdJavaType
Form of
JavaType
for describing the id of an id-bag mapping.- Since:
- 6.0
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends BasicJavaType<?>>
The descriptor to use for the id column
-
Element Details
-
value
Class<? extends BasicJavaType<?>> valueThe descriptor to use for the id column- See Also:
-