We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3957fc0 commit db8dcdcCopy full SHA for db8dcdc
src/NHibernate.Test/MappingByCode/IntegrationTests/NH3280/OneToOneToInheritedProperty.cs
@@ -81,6 +81,7 @@ protected override HbmMapping GetMappings()
81
public void ShouldConfigureSessionCorrectly()
82
{
83
using (var session = OpenSession())
84
+ using (session.BeginTransaction())
85
86
var person1 = session.Get<Person>(1);
87
var person2 = session.Get<Person>(2);
0 commit comments