📄 identifiergeneratinginsert.cs
字号:
using NHibernate.Engine;
using NHibernate.SqlCommand;
namespace NHibernate.Id.Insert
{
/// <summary>
/// Nothing more than a distinguishing subclass of Insert used to indicate
/// intent.
/// Some subclasses of this also provided some additional
/// functionality or semantic to the genernated SQL statement string.
/// </summary>
public class IdentifierGeneratingInsert : SqlInsertBuilder
{
public IdentifierGeneratingInsert(ISessionFactoryImplementor factory) : base(factory) { }
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -