Description
Instead of hardcoding SesssionImpl instantiation in SessionContext, the RepositoryImpl class should use a protected factory method to create SessionImpl instances so that subclasses can more easily customize the behavior of sessions.
Instead of hardcoding SesssionImpl instantiation in SessionContext, the RepositoryImpl class should use a protected factory method to create SessionImpl instances so that subclasses can more easily customize the behavior of sessions.