Uses of Class
com.caucho.amber.field.Id

Packages that use Id
com.caucho.amber.field   
com.caucho.amber.type   
 

Uses of Id in com.caucho.amber.field
 

Subclasses of Id in com.caucho.amber.field
 class CompositeId
          Configuration for a bean's field
 class EmbeddedId
          Configuration for a bean's field
 class SubId
          Configuration for a bean's field
 

Uses of Id in com.caucho.amber.type
 

Methods in com.caucho.amber.type that return Id
 Id EntityType.getId()
          Returns the id.
 Id SubEntityType.getId()
          Returns the id.
 

Methods in com.caucho.amber.type with parameters of type Id
 void EntityType.setId(Id id)
          Sets the id.