@Entity public class IdGenerationImpl extends Object implements IdGeneration
| Modifier and Type | Field and Description |
|---|---|
protected Long |
batchSize |
protected Long |
batchStart |
protected Long |
begin |
protected Long |
end |
protected String |
type |
protected Integer |
version |
| Constructor and Description |
|---|
IdGenerationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBatchSize() |
Long |
getBatchStart() |
Long |
getBegin() |
Long |
getEnd() |
String |
getType() |
Integer |
getVersion() |
int |
hashCode() |
void |
setBatchSize(Long batchSize) |
void |
setBatchStart(Long batchStart) |
void |
setBegin(Long begin) |
void |
setEnd(Long end) |
void |
setType(String type) |
protected String type
protected Long begin
protected Long end
protected Long batchStart
protected Long batchSize
protected Integer version
public String getType()
getType in interface IdGenerationpublic void setType(String type)
setType in interface IdGenerationpublic Long getBegin()
getBegin in interface IdGenerationpublic void setBegin(Long begin)
setBegin in interface IdGenerationpublic Long getEnd()
getEnd in interface IdGenerationpublic void setEnd(Long end)
setEnd in interface IdGenerationpublic Long getBatchStart()
getBatchStart in interface IdGenerationpublic void setBatchStart(Long batchStart)
setBatchStart in interface IdGenerationpublic Long getBatchSize()
getBatchSize in interface IdGenerationpublic void setBatchSize(Long batchSize)
setBatchSize in interface IdGenerationpublic Integer getVersion()
getVersion in interface IdGenerationCopyright © 2022. All rights reserved.