Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: a5fa3739e22a582438d6c3aa8f08adaba0388120
https://github.com/hibernate/hibernate-orm/commit/a5fa3739e22a582438d6c3a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
M
hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryDelegatingImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
Log Message:
-----------
HHH-15678,HHH-15677,HHH-15676 add two methods to SessionFactory and deprecate one
- added getDefinedFetchProfileNames() for consistency
- added findEntityGraphByName() which already existed but was not exposed
- deprecated getFilterDefinition() since it's a layer-breaker
- improved+added some Javadoc