|
There are a few places that need access to the UUID of a SF. At the moment the only way to obtain that is to go through the JNDI org.hibernate.internal.SessionFactoryImpl#getReference contract implemented by SF.
Would be much nicer to simply expose a #getUuid() methjod.
|