Package org.hibernate.annotations
Annotation Type 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 specialEmbeddableInstantiator
.- Since:
- 6.2
-
-
Element Detail
-
value
String[] value
The persistent attribute names the constructor parameters at the respective index assigns the value to.
-
-