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
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends BasicJavaType<?>> The descriptor to use for the id column
-
Element Details
-
value
-