Package org.hibernate.annotations
Annotation 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
-
Element Details
-
value
String[] valueThe persistent attribute names the constructor parameters at the respective index assigns the value to.
-