A B C D F G I M N O P R S T V W 
All Classes All Packages

A

and(String) - Method in class io.quarkus.panache.common.Sort
Adds a sort column, in ascending order.
and(String, Sort.Direction) - Method in class io.quarkus.panache.common.Sort
Adds a sort column, in the given order.
and(String, Object) - Method in class io.quarkus.panache.common.Parameters
Add a parameter to this Parameters.
ascending() - Method in class io.quarkus.panache.common.Sort
Sets the order to ascending for all current sort columns.
ascending(String...) - Static method in class io.quarkus.panache.common.Sort
Sort by the given columns, in ascending order.
Ascending - io.quarkus.panache.common.Sort.Direction
Sort in ascending order (the default).

B

by(String) - Static method in class io.quarkus.panache.common.Sort
Sort by the given column, in ascending order.
by(String...) - Static method in class io.quarkus.panache.common.Sort
Sort by the given columns, in ascending order.
by(String, Sort.Direction) - Static method in class io.quarkus.panache.common.Sort
Sort by the given column, in the given order.

C

callSuperMethod() - Method in annotation type io.quarkus.panache.common.impl.GenerateBridge
Set to true to delegate to the super method instead of JpaOperations.
Column(String) - Constructor for class io.quarkus.panache.common.Sort.Column
 
Column(String, Sort.Direction) - Constructor for class io.quarkus.panache.common.Sort.Column
 

D

descending() - Method in class io.quarkus.panache.common.Sort
Sets the order to descending for all current sort columns.
descending(String...) - Static method in class io.quarkus.panache.common.Sort
Sort by the given columns, in descending order.
Descending - io.quarkus.panache.common.Sort.Direction
Sort in descending order (opposite from the default).
direction(Sort.Direction) - Method in class io.quarkus.panache.common.Sort
Sets the order to all current sort columns.

F

first() - Method in class io.quarkus.panache.common.Page
Returns a new page with the first page index (0) and the same size, or this page if it is the first page.

G

GenerateBridge - Annotation Type in io.quarkus.panache.common.impl
 
getColumns() - Method in class io.quarkus.panache.common.Sort
Get the sort columns
getCompletions(Element, AnnotationMirror, ExecutableElement, String) - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 
getDirection() - Method in class io.quarkus.panache.common.Sort.Column
 
getLastIndex() - Method in class io.quarkus.panache.common.Range
 
getName() - Method in class io.quarkus.panache.common.Sort.Column
 
getStartIndex() - Method in class io.quarkus.panache.common.Range
 
getSupportedAnnotationTypes() - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 
getSupportedOptions() - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 
getSupportedSourceVersion() - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 

I

ignoreEntityTypeParam() - Method in annotation type io.quarkus.panache.common.impl.GenerateBridge
Set to false when the implemented method should not receive the entity type as one of its parameters
index - Variable in class io.quarkus.panache.common.Page
The current page index (0-based).
index(int) - Method in class io.quarkus.panache.common.Page
Returns a new page at the given page index and the same size, or this page if the page index is the same.
init(ProcessingEnvironment) - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 
io.quarkus.panache.common - package io.quarkus.panache.common
 
io.quarkus.panache.common.exception - package io.quarkus.panache.common.exception
 
io.quarkus.panache.common.impl - package io.quarkus.panache.common.impl
 
io.quarkus.panache.common.runtime - package io.quarkus.panache.common.runtime
 

M

map() - Method in class io.quarkus.panache.common.Parameters
Constructs an unmodifiable Map with the current parameters.

N

next() - Method in class io.quarkus.panache.common.Page
Returns a new page with the next page index and the same size.

O

of(int, int) - Static method in class io.quarkus.panache.common.Page
Builds a page of the given index and size.
of(int, int) - Static method in class io.quarkus.panache.common.Range
 
ofSize(int) - Static method in class io.quarkus.panache.common.Page
Builds a page of the given size.

P

Page - Class in io.quarkus.panache.common
Utility class to represent paging information.
Page(int) - Constructor for class io.quarkus.panache.common.Page
Builds a page of the given size.
Page(int, int) - Constructor for class io.quarkus.panache.common.Page
Builds a page of the given index and size.
PanacheAnnotationProcessor - Class in io.quarkus.panache.common.runtime
An annotation processor that is used to generate a marker file, to tell Quarkus that this archive has a dependency on Panache entities, and therefore may need to be transformed for enhanced field access.
PanacheAnnotationProcessor() - Constructor for class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 
PanacheQueryException - Exception in io.quarkus.panache.common.exception
 
PanacheQueryException(String) - Constructor for exception io.quarkus.panache.common.exception.PanacheQueryException
 
Parameters - Class in io.quarkus.panache.common
Utility class to build populated `Map` instances.
Parameters() - Constructor for class io.quarkus.panache.common.Parameters
 
previous() - Method in class io.quarkus.panache.common.Page
Returns a new page with the previous page index and the same size, or this page if it is the first page.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class io.quarkus.panache.common.runtime.PanacheAnnotationProcessor
 

R

Range - Class in io.quarkus.panache.common
Utility class to represent ranging information.
Range(int, int) - Constructor for class io.quarkus.panache.common.Range
 

S

setDirection(Sort.Direction) - Method in class io.quarkus.panache.common.Sort.Column
 
setName(String) - Method in class io.quarkus.panache.common.Sort.Column
 
size - Variable in class io.quarkus.panache.common.Page
The current page size;
Sort - Class in io.quarkus.panache.common
Utility class to build and represent SQL sorting specifications.
Sort.Column - Class in io.quarkus.panache.common
 
Sort.Direction - Enum in io.quarkus.panache.common
Represents an SQL direction in which to sort results.

T

targetReturnTypeErased() - Method in annotation type io.quarkus.panache.common.impl.GenerateBridge
Set to true if the corresponding JpaOperations method returns Object but the bridge should return a more specific type.

V

valueOf(String) - Static method in enum io.quarkus.panache.common.Sort.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.panache.common.Sort.Direction
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(String, Object) - Static method in class io.quarkus.panache.common.Parameters
Build a Parameters with a single parameter.
A B C D F G I M N O P R S T V W 
All Classes All Packages