mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - code cleanup - remove unused methods
This commit is contained in:
@@ -216,22 +216,6 @@ public class BeanPersistIds implements Serializable {
|
||||
return beanDescriptor;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the Descriptor Id. A more compact alternative to using the
|
||||
* beanType.
|
||||
*/
|
||||
public String getDescriptorId() {
|
||||
return descriptorId;
|
||||
}
|
||||
|
||||
public List<Serializable> getInsertIds() {
|
||||
return insertIds;
|
||||
}
|
||||
|
||||
public List<Serializable> getUpdateIds() {
|
||||
return updateIds;
|
||||
}
|
||||
|
||||
public List<Serializable> getDeleteIds() {
|
||||
return deleteIds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user