Skip to content

Commit 5db971d

Browse files
committed
FIX: #202 - Added missing Native methods from IGeneratorInstance
1 parent cddbc22 commit 5db971d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FluentNHibernate/Conventions/Instances/IGeneratorInstance.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ public interface IGeneratorInstance : IGeneratorInspector
3939
void Custom<T>(Action<ParamBuilder> paramValues) where T : IIdentifierGenerator;
4040
void Custom(Type generator, Action<ParamBuilder> paramValues);
4141
void Custom(string generator, Action<ParamBuilder> paramValues);
42+
void Native(string sequenceName);
43+
void Native(string sequenceName, Action<ParamBuilder> paramValues);
4244
}
4345
}

0 commit comments

Comments
 (0)