1.

What Are Create Methods Of Entity Bean?

Answer»

The create() METHOD is used to insert data into the database by creating a new instance of CMP entity bean. The CREATION methods look like this:

  • ejbCreate()
  • ejbPostCreate()

The creation methods are linked at run time. The CONTAINER delegates the invocation to these methods when the create() is invoked on home interface. These methods create Entity beans PER programmer specified parameters and CONDITIONS.

The create() method is used to insert data into the database by creating a new instance of CMP entity bean. The creation methods look like this:

The creation methods are linked at run time. The container delegates the invocation to these methods when the create() is invoked on home interface. These methods create Entity beans per programmer specified parameters and conditions.



Discussion

No Comment Found