Namespaces

Types

Type IUserVersionType

Namespace NHibernate.UserTypes

Interfaces IUserType, IComparer

Methods

Public instance methods

object Seed(ISessionImplementor session)

Generate an initial version.
Parameters
return object an instance of the type
ISessionImplementor session The session from which this request originates. May be null; currently this only happens during startup when trying to determine the "unsaved value" of entities.