Interface Instantiator
- All Known Subinterfaces:
CompositeUserType<J>, EmbeddableInstantiator, EntityInstantiator
Strategy for instantiating a managed type
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInstance(Object object) Performs and "instance of" check to see if the given object is an instance of managed structurebooleanisSameClass(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:
-