FileDocCategorySizeDatePackage
UserVersionType.javaAPI DocHibernate 3.2.5908Wed Aug 03 15:03:34 BST 2005org.hibernate.usertype

UserVersionType

public interface UserVersionType implements UserType, Comparator
A user type that may be used for a version property
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Objectnext(java.lang.Object current, org.hibernate.engine.SessionImplementor session)
Increment the version.

param
session The session from which this request originates.
param
current the current version
return
an instance of the type

public java.lang.Objectseed(org.hibernate.engine.SessionImplementor session)
Generate an initial version.

param
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.
return
an instance of the type