Which statement is correct ?
A Session will not obtain a JDBC Connection (or a Datasource) unless it is needed
A Session will obtain a JDBC Connection (or a Datasource) on object create
A Session has no relation with JDBC Connection (or a Datasource)
none of the above