Package org.hibernate.metamodel.internal
Class AbstractPojoInstantiator
java.lang.Object
org.hibernate.metamodel.internal.AbstractPojoInstantiator
- All Implemented Interfaces:
Instantiator
- Direct Known Subclasses:
AbstractEntityInstantiatorPojo
,EmbeddableInstantiatorPojoIndirecting
,EmbeddableInstantiatorPojoOptimized
,EmbeddableInstantiatorPojoStandard
,EmbeddableInstantiatorRecordStandard
,PojoInstantiatorImpl
Base support for POJO-based instantiation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
boolean
boolean
isInstance
(Object object) Performs and "instance of" check to see if the given object is an instance of managed structureboolean
isSameClass
(Object object)
-
Constructor Details
-
AbstractPojoInstantiator
-
-
Method Details
-
getMappedPojoClass
-
isAbstract
public boolean isAbstract() -
isInstance
Description copied from interface:Instantiator
Performs and "instance of" check to see if the given object is an instance of managed structure- Specified by:
isInstance
in interfaceInstantiator
- See Also:
-
isSameClass
- Specified by:
isSameClass
in interfaceInstantiator
- See Also:
-