ProductID int not null primary key identity(1001,1)
这个SQL语句对应的Hibernate配置文件怎么写
<generator class="identity"/>  后面的标识增量和标识种子怎么配置