1.

What Is Home Interface?

Answer»

One of two interfaces for an enterprise bean. The HOME INTERFACE defines zero or more METHODS for managing an enterprise bean. The home interface of a session bean defines create and remove methods, whereas the home interface of an entity bean defines create, FINDER, and remove methods.

One of two interfaces for an enterprise bean. The home interface defines zero or more methods for managing an enterprise bean. The home interface of a session bean defines create and remove methods, whereas the home interface of an entity bean defines create, finder, and remove methods.



Discussion

No Comment Found