Saturday, August 08, 2009

Hibernate Vs. CMP Entity beans

1) CMP requires one to one mapping between class and database table
2) No inheritence support
3) Relatively slow
4) Somone has to determine which field maps to which column
5) Requires app server
6) Requires special method names
7) Cannot be serializable

No comments: