Package org.hibernate.metamodel.internal
Class EmbeddableInstantiatorRecordIndirecting
java.lang.Object
org.hibernate.metamodel.internal.AbstractPojoInstantiator
org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordIndirecting
- All Implemented Interfaces:
EmbeddableInstantiator
,Instantiator
Support for instantiating embeddables as record representation
-
Field Summary
FieldsFields inherited from class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
constructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(ValueAccess valuesAccess) Create an instance of the embeddableMethods inherited from class org.hibernate.metamodel.internal.AbstractPojoInstantiator
getMappedPojoClass, isAbstract, isInstance, isSameClass
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.spi.Instantiator
isInstance, isSameClass
-
Field Details
-
index
protected final int[] index
-
-
Constructor Details
-
EmbeddableInstantiatorRecordIndirecting
-
-
Method Details
-
of
-
instantiate
Description copied from interface:EmbeddableInstantiator
Create an instance of the embeddable- Specified by:
instantiate
in interfaceEmbeddableInstantiator
- Overrides:
instantiate
in classEmbeddableInstantiatorRecordStandard
-