Package org.hibernate.boot

This package contains the contracts that make up the bootstrap API for Hibernate. That is, they collectively provide a way to specify configuration information and construct a new instance of SessionFactory.

See the Native Bootstrapping guide for more details.