Package org.hibernate.metamodel.spi
Interface Instantiator
- All Known Subinterfaces:
CompositeUserType<J>
,EmbeddableInstantiator
,EntityInstantiator
,StandardEmbeddableInstantiator
- All Known Implementing Classes:
AbstractDynamicMapInstantiator
,AbstractEntityInstantiatorPojo
,AbstractPojoInstantiator
,AbstractTimeZoneStorageCompositeUserType
,EmbeddableCompositeUserTypeInstantiator
,EmbeddableInstantiatorDynamicMap
,EmbeddableInstantiatorPojoIndirecting
,EmbeddableInstantiatorPojoOptimized
,EmbeddableInstantiatorPojoStandard
,EmbeddableInstantiatorProxied
,EmbeddableInstantiatorRecordIndirecting
,EmbeddableInstantiatorRecordStandard
,EntityInstantiatorDynamicMap
,EntityInstantiatorPojoOptimized
,EntityInstantiatorPojoStandard
,OffsetDateTimeCompositeUserType
,OffsetTimeCompositeUserType
,PojoInstantiatorImpl
,ZonedDateTimeCompositeUserType
Strategy for instantiating a managed type
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isInstance
(Object object) Performs and "instance of" check to see if the given object is an instance of managed structureboolean
isSameClass
(Object object)
-
Method Details
-
isInstance
Performs and "instance of" check to see if the given object is an instance of managed structure- See Also:
-
isSameClass
- See Also:
-