Annotation Interface UnmappedMetadata


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface UnmappedMetadata
Marks the persistent attribute of an @Entity that represents the unmapped metadata e.g. a Map or String mapped as JSON. There may only be a single unmapped metadata attribute, which is the container for all metadata that has no explicit @MetadataAttribute attribute.
See Also: