public interface SequenceAccessorService
Modifier and Type | Method and Description |
---|---|
Long |
getNextAvailableSequenceNumber(String sequenceName)
This method retrieves the next available sequence number
|
Long |
getNextAvailableSequenceNumber(String sequenceName,
Class<? extends BusinessObject> clazz)
This method retrieves the next available sequence number using the
dataSource that is associated with the specified BusinessObject class.
|
Long getNextAvailableSequenceNumber(String sequenceName, Class<? extends BusinessObject> clazz)
Long getNextAvailableSequenceNumber(String sequenceName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.