| org.hibernate.tuple.Instantiator |
Known Indirect Subclasses
|
Contract for implementors responsible for instantiating entity/component instances.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Perform the requested instantiation.
| |||||||||||
Perform the requested entity instantiation.
| |||||||||||
Performs check to see if the given object is an instance of the entity
or component which this Instantiator instantiates.
| |||||||||||
Perform the requested instantiation.
Perform the requested entity instantiation.
This form is never called for component instantiation, only entity instantiation.| id | The id of the entity to be instantiated. |
|---|
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
| object | The object to be checked. |
|---|