@@ -446,7 +446,6 @@ private void WalkEntityAssociationTree(IAssociationType associationType, IOuterJ
446
446
/// For an entity class, add to a list of associations to be fetched
447
447
/// by outerjoin
448
448
/// </summary>
449
- /// Since 5.4
450
449
protected virtual void WalkEntityTree ( IOuterJoinLoadable persister , string alias , string path )
451
450
{
452
451
int n = persister . CountSubclassProperties ( ) ;
@@ -474,6 +473,7 @@ protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias
474
473
/// For an entity class, add to a list of associations to be fetched
475
474
/// by outerjoin
476
475
/// </summary>
476
+ // Since 5.4
477
477
[ Obsolete ( "Use or override the overload without the currentDepth parameter" ) ]
478
478
protected virtual void WalkEntityTree ( IOuterJoinLoadable persister , string alias , string path , int currentDepth )
479
479
{
@@ -483,7 +483,6 @@ protected virtual void WalkEntityTree(IOuterJoinLoadable persister, string alias
483
483
/// <summary>
484
484
/// For a component, add to a list of associations to be fetched by outerjoin
485
485
/// </summary>
486
- /// Since 5.4
487
486
protected void WalkComponentTree ( IAbstractComponentType componentType , int begin , string alias , string path ,
488
487
ILhsAssociationTypeSqlInfo associationTypeSQLInfo )
489
488
{
@@ -539,6 +538,7 @@ protected void WalkComponentTree(IAbstractComponentType componentType, int begin
539
538
/// <summary>
540
539
/// For a component, add to a list of associations to be fetched by outerjoin
541
540
/// </summary>
541
+ // Since 5.4
542
542
[ Obsolete ( "Use or override the overload without the currentDepth parameter" ) ]
543
543
protected void WalkComponentTree ( IAbstractComponentType componentType , int begin , string alias , string path ,
544
544
int currentDepth , ILhsAssociationTypeSqlInfo associationTypeSQLInfo )
0 commit comments