Package org.hibernate.tuple
Class DynamicMapInstantiator
java.lang.Object
org.hibernate.tuple.DynamicMapInstantiator
- All Implemented Interfaces:
Serializable,Instantiator
Deprecated.
Instantiator for entities represented as
Maps.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MapDeprecated.final ObjectDeprecated.Perform the requested instantiation.final Objectinstantiate(Object id) Deprecated.Perform the requested entity instantiation.final booleanisInstance(Object object) Deprecated.Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
-
Field Details
-
KEY
Deprecated.- See Also:
-
-
Constructor Details
-
DynamicMapInstantiator
public DynamicMapInstantiator()Deprecated. -
DynamicMapInstantiator
Deprecated.
-
-
Method Details
-
instantiate
Deprecated.Description copied from interface:InstantiatorPerform the requested entity instantiation.This form is never called for component instantiation, only entity instantiation.
- Specified by:
instantiatein interfaceInstantiator- Parameters:
id- The id of the entity to be instantiated.- Returns:
- An appropriately instantiated entity.
-
instantiate
Deprecated.Description copied from interface:InstantiatorPerform the requested instantiation.- Specified by:
instantiatein interfaceInstantiator- Returns:
- The instantiated data structure.
-
isInstance
Deprecated.Description copied from interface:InstantiatorPerforms check to see if the given object is an instance of the entity or component which this Instantiator instantiates.- Specified by:
isInstancein interfaceInstantiator- Parameters:
object- The object to be checked.- Returns:
- True is the object does represent an instance of the underlying entity/component.
-
generateMap
Deprecated.
-
Instantiatoris deprecated