| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.support |
Various support classes
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryFactory<Q extends Query<?>,SQ extends Detachable>
Common interface for QueryFactory implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
DetachableAdapter
DetachableAdapter is an adapter 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
|
| Modifier and Type | Method and Description |
|---|---|
Detachable |
DetachableAdapter.getDetachable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DetachableAdapter.setDetachable(Detachable detachable) |
| Constructor and Description |
|---|
DetachableAdapter(Detachable detachable) |
Copyright © 2007–2015 Querydsl. All rights reserved.