return bool |
|
object obj |
Type IdentifierGeneratorFactory
Namespace NHibernate.Id
return bool |
|
object obj |
return int |
return Type |
return string |
return IIdentifierGenerator |
An instantiated and configured IIdentifierGenerator . |
string strategy |
The name of the generator to create. This can be one of the NHibernate abbreviations (ie - native , sequence , guid.comb , etc...), a full class name if the Type is in the NHibernate assembly, or
a full type name if the strategy is in an external assembly. |
IType type |
The IType that the retured identifier should be. |
IDictionary parms |
An IDictionary of values from the mapping. |
Dialect dialect |
The Dialect to help with Configuration. |
return object |
The value for the identifier. |
IDataReader rs |
The IDataReader to read the identifier value from. |
IType type |
The IIdentifierType the value should be converted to. |
ISessionImplementor session |
The ISessionImplementor the value is retrieved in. |
Generate()
it indicates that the object
has already been saved.
return object
|
return object
|