Class OSequence.CreateParams
java.lang.Object
com.orientechnologies.orient.core.metadata.sequence.OSequence.CreateParams
- Enclosing class:
- OSequence
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStart()setCacheSize(Integer cacheSize) setCurrentValue(Long currentValue) setIncrement(Integer increment) setLimitValue(Long limitValue) setOrderType(SequenceOrderType orderType) setRecyclable(boolean recyclable) setTurnLimitOff(Boolean turnLimitOff)
-
Field Details
-
start
-
increment
-
cacheSize
-
limitValue
-
orderType
-
recyclable
-
turnLimitOff
-
currentValue
-
-
Constructor Details
-
CreateParams
public CreateParams()
-
-
Method Details
-
setStart
-
setIncrement
-
setCacheSize
-
setLimitValue
-
setOrderType
-
setRecyclable
-
setTurnLimitOff
-
setCurrentValue
-
resetNull
-
setDefaults
-
getStart
-
getIncrement
-
getCacheSize
-
getLimitValue
-
getOrderType
-
getRecyclable
-
getTurnLimitOff
-
getCurrentValue
-