Annotation Interface TargetEmbeddable


@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface TargetEmbeddable
Specifies the target type for a Embedded entity property.

It's intended to be used exclusively in conjunction with @Embedded.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The target type for a Embedded entity property
  • Element Details

    • value

      Class<?> value
      The target type for a Embedded entity property