findAll

@GenerateBridge
open fun findAll(): PanacheQuery<Entity>

Find all entities of this type.

Return

a new PanacheQuery instance to find all entities of this type.

See also


@GenerateBridge
open fun findAll(sort: Sort): PanacheQuery<Entity>

Find all entities of this type, in the given order.

Return

a new PanacheQuery instance to find all entities of this type.

Parameters

sort

the sort order to use

See also