Interface EmbeddableInstantiator
- All Superinterfaces:
Instantiator
- All Known Subinterfaces:
CompositeUserType<J>
Contract for instantiating embeddable values.
- See Also:
- API Note:
- Incubating until the proposed
instantiate(IntFunction valueAccess)form can be implemented.
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate(ValueAccess valueAccess) Create an instance of the embeddableMethods inherited from interface Instantiator
isInstance, isSameClass
-
Method Details
-
instantiate
Create an instance of the embeddable
-