_#_back_#__#_home_#__#_forward_#_
EJB Home

Factory and life cycles management
Bean creation
    myFoo = FooHome.create() instead of
    myFoo = new Foo()
Multiple signatures
Finder services for entity beans
    Using primary key
Retrieves a reference
Automatically generated