Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate 2.1.8
Package:
net.sf.hibernate.id
Class
public
class
IncrementGenerator
implements
IdentifierGenerator
,
Configurable
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Gavin King
increment
An
IdentifierGenerator
that returns a
long
, constructed by counting from the maximum primary key value at startup. Not safe for use in a cluster!
Mapping parameters supported, but not usually needed: table, column.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value at startup. Not safe for use in a cluster!
Mapping parameters supported, but not usually needed: table, column.