@NotThreadSafe public static final class SillyEntityRepository.Finder extends Repositories.Finder<SillyEntity,SillyEntityRepository.Finder>
| Modifier and Type | Field and Description |
|---|---|
protected Repositories.Repository<T> |
repository |
criteria, exclusion, orderingdeleteAll, deleteFirst, fetchAll, fetchFirst, fetchWithLimit, skipprotected final Repositories.Repository<T> repository
public SillyEntityRepository.Finder orderById()
public SillyEntityRepository.Finder orderByIdDesceding()
public SillyEntityRepository.Finder orderByVal()
public SillyEntityRepository.Finder orderByValDesceding()
public SillyEntityRepository.Finder orderByPayload()
public SillyEntityRepository.Finder orderByPayloadDesceding()
public SillyEntityRepository.Finder orderByInts()
public SillyEntityRepository.Finder orderByIntsDesceding()
public SillyEntityRepository.Finder orderByDer()
public SillyEntityRepository.Finder orderByDerDesceding()
public SillyEntityRepository.Finder excludePayload()
public SillyEntityRepository.Finder excludeInts()
@CheckReturnValue public SillyEntityRepository.Modifier andModifyFirst()
Copyright © 2017 The Immutables.org authors. All rights reserved.