| Constructor and Description |
|---|
Neo4jSequenceGenerator(org.neo4j.graphdb.GraphDatabaseService neo4jDb,
String indexName) |
public Neo4jSequenceGenerator(org.neo4j.graphdb.GraphDatabaseService neo4jDb,
String indexName)
public int nextValue(RowKey rowKey, int increment, int initialValue)
RowKey.rowKey - identifies the sequenceincrement - the difference between to consecutive values in the sequenceinitialValue - the first value returned when a new sequence is createdCopyright © 2010-2013 Hibernate. All Rights Reserved.