Skip to:
Session.find() interprets the EntityGraph as a load graph. Currently we force the use of StatelessSession to be explicit.
Session.find()
EntityGraph
StatelessSession
Done.
Session.find()
interprets theEntityGraph
as a load graph. Currently we force the use ofStatelessSession
to be explicit.