Package org.ofbiz.core.entity
Class SequenceUtil
java.lang.Object
org.ofbiz.core.entity.SequenceUtil
Sequence Utility to get unique sequences from named sequence banks
Uses a collision detection approach to safely get unique sequenced ids in banks from the database
- Since:
- 2.0
- Version:
- $Revision: 1.4 $
- Author:
- David E. Jones
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSequenceUtil(String helperName, ModelEntity seqEntity, String nameFieldName, String idFieldName, boolean clustering) -
Method Summary
-
Field Details
-
module
-
-
Constructor Details
-
SequenceUtil
public SequenceUtil(String helperName, ModelEntity seqEntity, String nameFieldName, String idFieldName, boolean clustering)
-
-
Method Details
-
getNextSeqId
-