public abstract class JPAKeyGeneratorDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
allocationSize |
protected int |
initialValue |
protected String |
name |
Constructor and Description |
---|
JPAKeyGeneratorDescriptor() |
Modifier and Type | Method and Description |
---|---|
int |
getAllocationSize() |
int |
getInitialValue() |
String |
getName() |
void |
setAllocationSize(int allocationSize) |
void |
setInitialValue(int initialValue) |
void |
setName(String name) |
protected String name
protected int allocationSize
protected int initialValue
public String getName()
public void setName(String name)
public int getAllocationSize()
public void setAllocationSize(int allocationSize)
public int getInitialValue()
public void setInitialValue(int initialValue)
Copyright © 2018. All rights reserved.