Uses of Interface
com.mysema.query.types.query.Detachable

Packages that use Detachable
com.mysema.query Contains basic Query elements 
com.mysema.query.support Various support classes 
 

Uses of Detachable in com.mysema.query
 

Classes in com.mysema.query with type parameters of type Detachable
 interface QueryFactory<Q extends Query<?>,SQ extends Detachable>
          Common interface for QueryFactory implementations
 

Uses of Detachable in com.mysema.query.support
 

Classes in com.mysema.query.support that implement Detachable
 class DetachableAdapter
          DetachableAdapter is an apadater implementation for the Detachable interface
 class DetachableMixin
          Mixin style implementation of the Detachable interface
 class DetachableQuery<Q extends DetachableQuery<Q>>
          DetachableQuery is a base class for queries which implement the Query and Detachable interfaces
 

Methods in com.mysema.query.support that return Detachable
 Detachable DetachableAdapter.getDetachable()
           
 

Methods in com.mysema.query.support with parameters of type Detachable
protected  void DetachableAdapter.setDetachable(Detachable detachable)
           
 

Constructors in com.mysema.query.support with parameters of type Detachable
DetachableAdapter(Detachable detachable)
           
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.