| Package | Description |
|---|---|
| gr.uoa.di.driver.enabling | |
| gr.uoa.di.driver.enabling.registry |
| Modifier and Type | Method and Description |
|---|---|
void |
ISRegistry.delete(D object)
Deletes the given object from the IS
|
D |
ISRegistry.insertForValidation(D object)
Saves the given object to IS.
|
D |
ISRegistry.save(D object)
Saves the given object to IS.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheAwareRegistryImpl.delete(D object) |
void |
ISRegistryImpl.delete(D object) |
void |
SecurityAwareRegistryImpl.delete(R object) |
D |
CacheAwareRegistryImpl.insertForValidation(D object) |
D |
ISRegistryImpl.insertForValidation(D object) |
R |
SecurityAwareRegistryImpl.insertForValidation(R object) |
D |
CacheAwareRegistryImpl.save(D object) |
D |
ISRegistryImpl.save(D object) |
R |
SecurityAwareRegistryImpl.save(R object) |
Copyright © 2022. All rights reserved.