A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AsyncEntity - Trait in grails.gorm.async
Adds Grails Async features to an entity that implements this trait, including the ability to run GORM tasks in a separate thread
AsyncQuery - Class in org.grails.datastore.gorm.async
Exposes all methods from the org.grails.datastore.gorm.query.GormOperations interface asynchronously
AsyncQuery(GormOperations<E>) - Constructor in AsyncQuery

B

C

D

E

F

G

getAsync() - Method in AsyncEntity
@return The async version of the GORM static API
getDecorators() - Method in AsyncQuery
getDecorators() - Method in GormAsyncStaticApi
GormAsyncStaticApi - Class in org.grails.datastore.gorm.async
Transforms the GormStaticApi into an asynchronous API
GormAsyncStaticApi(GormStaticApi<D>) - Constructor in GormAsyncStaticApi

H

I

J

K

L

M

N

O

P

Q

R

S

T

task(Closure<T>) - Method in GormAsyncStaticApi
Used to perform a sequence of operations asynchronously

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _