Package org.hibernate.metamodel.internal
Class EmbeddableInstantiatorRecordStandard
java.lang.Object
org.hibernate.metamodel.internal.AbstractPojoInstantiator
org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
- All Implemented Interfaces:
EmbeddableInstantiator
,Instantiator
- Direct Known Subclasses:
EmbeddableInstantiatorRecordIndirecting
public class EmbeddableInstantiatorRecordStandard
extends AbstractPojoInstantiator
implements EmbeddableInstantiator
Support for instantiating embeddables as record representation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) 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
-
constructor
-
-
Constructor Details
-
EmbeddableInstantiatorRecordStandard
-
-
Method Details
-
instantiate
Description copied from interface:EmbeddableInstantiator
Create an instance of the embeddable- Specified by:
instantiate
in interfaceEmbeddableInstantiator
-