public class DeleteUnloadedForeignKeys extends Object
This bean effectively holds the foreign properties that where not loaded, and helps fetch the foreign keys and delete the appropriate rows.
| Constructor and Description |
|---|
DeleteUnloadedForeignKeys(SpiEbeanServer server,
PersistRequestBean<?> request) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BeanPropertyAssocOne<?> prop) |
void |
deleteCascade()
Delete the rows relating to the foreign keys.
|
boolean |
isEmpty() |
void |
queryForeignKeys()
Execute a query fetching the missing (unloaded) foreign keys.
|
public DeleteUnloadedForeignKeys(SpiEbeanServer server, PersistRequestBean<?> request)
public boolean isEmpty()
public void add(BeanPropertyAssocOne<?> prop)
public void queryForeignKeys()
public void deleteCascade()
Copyright © 2014. All Rights Reserved.