|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query.UseIndex | |
|---|---|
| com.avaje.ebean | Core API (see Ebean and EbeanServer). |
| Uses of Query.UseIndex in com.avaje.ebean |
|---|
| Methods in com.avaje.ebean that return Query.UseIndex | |
|---|---|
Query.UseIndex |
Query.getUseIndex()
Return the setting for how this query should use a Lucene Index if one is defined for this bean type. |
static Query.UseIndex |
Query.UseIndex.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Query.UseIndex[] |
Query.UseIndex.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.avaje.ebean with parameters of type Query.UseIndex | |
|---|---|
Query<T> |
Query.setUseIndex(Query.UseIndex useIndex)
Explicitly specify how this query should use a Lucene Index if one is defined for this bean type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||