Annotation Interface Instantiator


@Target(CONSTRUCTOR) @Retention(RUNTIME) @Incubating public @interface Instantiator
Marks the canonical constructor to be used for instantiation of an embeddable. This will implicitly add a special EmbeddableInstantiator.
Since:
6.2
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The persistent attribute names the constructor parameters at the respective index assigns the value to.
  • Element Details

    • value

      String[] value
      The persistent attribute names the constructor parameters at the respective index assigns the value to.