public VersionProperty(String name, String node, org.hibernate.type.Type type, boolean lazy, boolean insertable, boolean updateable, boolean insertGenerated, boolean updateGenerated, boolean nullable, boolean checkable, boolean versionable, org.hibernate.engine.CascadeStyle cascadeStyle, org.hibernate.engine.VersionValue unsavedValue)Constructs VersionProperty instances.
super( name, node, type, lazy, insertable, updateable, insertGenerated, updateGenerated, nullable, checkable, versionable, cascadeStyle, null );
this.unsavedValue = unsavedValue;
|