Uses of Interface
com.caucho.amber.entity.AmberCompletion

Packages that use AmberCompletion
com.caucho.amber   
com.caucho.amber.entity   
com.caucho.amber.manager   
com.caucho.amber.table   
com.caucho.amber.type   
 

Uses of AmberCompletion in com.caucho.amber
 

Method parameters in com.caucho.amber with type arguments of type AmberCompletion
 void EnvAmberManager.complete(java.util.ArrayList<AmberCompletion> completions)
          Completions affecting the cache.
 

Uses of AmberCompletion in com.caucho.amber.entity
 

Classes in com.caucho.amber.entity that implement AmberCompletion
 class RowInsertCompletion
          Code to update the cache value on the completion of a transaction after an INSERT statement.
 class RowInvalidateCompletion
          Code to update the cache value on the completion of a transaction.
 class TableInvalidateCompletion
          Code to update the cache value on the completion of a transaction.
 

Uses of AmberCompletion in com.caucho.amber.manager
 

Methods in com.caucho.amber.manager with parameters of type AmberCompletion
 void AmberConnection.addCompletion(AmberCompletion completion)
          Adds a completion
 

Method parameters in com.caucho.amber.manager with type arguments of type AmberCompletion
 void AmberPersistenceUnit.complete(java.util.ArrayList<AmberCompletion> completions)
          Completions affecting the cache.
 

Uses of AmberCompletion in com.caucho.amber.table
 

Methods in com.caucho.amber.table that return AmberCompletion
 AmberCompletion AmberTable.getDeleteCompletion()
          Returns the table's invalidation.
 AmberCompletion AmberTable.getInvalidateCompletion()
          Returns the table's invalidation.
 AmberCompletion AmberTable.getUpdateCompletion()
          Returns the table's invalidation.
 

Uses of AmberCompletion in com.caucho.amber.type
 

Methods in com.caucho.amber.type that return AmberCompletion
 AmberCompletion EntityType.createManyToOneCompletion(java.lang.String name, Entity source, java.lang.Object newTarget)
          Returns a completion for the given field.