Package org.hibernate.metamodel.internal
Class EmbeddableCompositeUserTypeInstantiator
java.lang.Object
org.hibernate.metamodel.internal.EmbeddableCompositeUserTypeInstantiator
- All Implemented Interfaces:
EmbeddableInstantiator,Instantiator
public class EmbeddableCompositeUserTypeInstantiator
extends Object
implements EmbeddableInstantiator
- Author:
- Christian Beikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninstantiate(ValueAccess valuesAccess, SessionFactoryImplementor sessionFactory) Create an instance of the embeddablebooleanisInstance(Object object, SessionFactoryImplementor sessionFactory) Performs and "instance of" check to see if the given object is an instance of managed structurebooleanisSameClass(Object object, SessionFactoryImplementor sessionFactory)
-
Constructor Details
-
EmbeddableCompositeUserTypeInstantiator
-
-
Method Details
-
instantiate
Description copied from interface:EmbeddableInstantiatorCreate an instance of the embeddable- Specified by:
instantiatein interfaceEmbeddableInstantiator
-
isInstance
Description copied from interface:InstantiatorPerforms and "instance of" check to see if the given object is an instance of managed structure- Specified by:
isInstancein interfaceInstantiator- See Also:
-
isSameClass
- Specified by:
isSameClassin interfaceInstantiator- See Also:
-