Skip to content

Commit f19e293

Browse files
fixup! Support multiple properties in select id generator
Fix obsolete message
1 parent de222e2 commit f19e293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Id/IPostInsertIdentityPersister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public interface IPostInsertIdentityPersister
105105
/// </param>
106106
/// <returns> The SQL select string </returns>
107107
// Since 5.2
108-
[Obsolete("Have the persister implement IMultiPropertiesPostInsertIdentityPersister and use its GetSelectByUniqueKeyString(string[] suppliedPropertyNames, out IType[] parameterTypes).")]
108+
[Obsolete("Have the persister implement ICompositeKeyPostInsertIdentityPersister and use its GetSelectByUniqueKeyString(string[] suppliedPropertyNames, out IType[] parameterTypes).")]
109109
SqlString GetSelectByUniqueKeyString(string propertyName);
110110

111111
#region NH specific

0 commit comments

Comments
 (0)