[hibernate/hibernate-orm] eaf281: HHH-10097 - Expose the UUID from SessionFactoryImp...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: eaf28166d25a6e2186e1cd7549ca9d64bdeed179
https://github.com/hibernate/hibernate-orm/commit/eaf28166d25a6e2186e1cd7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-10-02 (Fri, 02 Oct 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoader.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryDelegatingImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/proxy/AbstractLazyInitializer.java
M hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java
Log Message:
-----------
HHH-10097 - Expose the UUID from SessionFactoryImplementor
9 years, 4 months