| Package | Description | 
|---|---|
| com.caucho.amber | |
| com.caucho.amber.entity | |
| com.caucho.amber.manager | |
| com.caucho.amber.table | |
| com.caucho.amber.type | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EnvAmberManager. complete(java.util.ArrayList<AmberCompletion> completions)Completions affecting the cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RowInsertCompletionCode to update the cache value on the completion of a transaction
 after an INSERT statement. | 
| class  | RowInvalidateCompletionCode to update the cache value on the completion of a transaction. | 
| class  | TableInvalidateCompletionCode to update the cache value on the completion of a transaction. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmberConnection. addCompletion(AmberCompletion completion)Adds a completion | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AmberPersistenceUnit. complete(java.util.ArrayList<AmberCompletion> completions)Completions affecting the cache. | 
| Modifier and Type | Method and Description | 
|---|---|
| AmberCompletion | AmberTable. getDeleteCompletion()Returns the table's invalidation. | 
| AmberCompletion | AmberTable. getInvalidateCompletion()Returns the table's invalidation. | 
| AmberCompletion | AmberTable. getUpdateCompletion()Returns the table's invalidation. | 
| Modifier and Type | Method and Description | 
|---|---|
| AmberCompletion | EntityType. createManyToOneCompletion(java.lang.String name,
                         Entity source,
                         java.lang.Object newTarget)Returns a completion for the given field. |