5. What are the disadvantages of using hibernate

  • Little or no capabilities for remote access and distributability.

  • Mapping schemas can be tedious and O/R mapping has its tricks like using lazy initialization, eager loading etc. What works for one may not work for another.

  • Limited clustering capabilities.

  • Large data sets can still cause memory issues.

  • Support for security at a database level only and no support for role based security without any add on APIs like Aspect Oriented Programming etc.



No comments:

Post a Comment