Provides for...

Hibernate API

This documentation concentrates upon the Core API interfaces:
  • net.sf.hibernate.Hibernate
  • net.sf.hibernate.Session
  • net.sf.hibernate.SessionFactory
  • net.sf.hibernate.Transaction
  • net.sf.hibernate.Query
  • net.sf.hibernate.ScrollableResults
  • These interfaces are exposed to the application.

    The Extension API is intended to be used by application programmers to extend Hibernate functionality. None of these interfaces are intended to be exposed to the application - they are called internally by Hibernate. This API is less stable than the Core API. The safest way to extend functionality is to contribute extensions back to the project; that way extensions will be updated when the Extension API changes.

    Full Hibernate documentation may be found at hibernate.sourceforge.net. @see net.sf.hibernate.Hibernate @see net.sf.hibernate.Session @see net.sf.hibernate.SessionFactory @see net.sf.hibernate.Transaction @see net.sf.hibernate.Query @see net.sf.hibernate.ScrollableResults