Class SessionFactoryOptionsBuilder

java.lang.Object
org.hibernate.boot.internal.SessionFactoryOptionsBuilder
All Implemented Interfaces:
SessionFactoryOptions, QueryEngineOptions

public class SessionFactoryOptionsBuilder extends Object implements SessionFactoryOptions
In-flight state of SessionFactoryOptions during SessionFactoryBuilder processing.

The intention is that SessionFactoryBuilder internally creates and populates this builder, which is then used to construct the SessionFactoryOptions as part of building the SessionFactory from SessionFactoryBuilder.build().