1 | When the primary key is specified, then the specialized create(), find(), destroy() and get_primary_key() operations are defined. |
2 | Primary key value uniquely identifies a component instance in the context of the home. The implementation of Home keeps the association between the primary key value and the component instance. |
3 | create() operation creates a component instance. |
4 | home definition can also contain factory and finder definitions to specify a factory and finder operations. These descriptions contain the name and parameters of the operation. |