Skip navigation links
Blazebit Persistence Integration DeltaSpike Data API 1.2.0-Alpha4
C E F R 

C

com.blazebit.persistence.deltaspike.data.api - package com.blazebit.persistence.deltaspike.data.api
Blaze-Persistence DeltaSpike integration.

E

EntityViewManagerConfig - Annotation Type in com.blazebit.persistence.deltaspike.data.api
Configure the EntityViewManager for a specific repository.
EntityViewManagerResolver - Interface in com.blazebit.persistence.deltaspike.data.api
Resolve the EntityViewManager used for a specific repository.
EntityViewRepository<E,V,PK extends Serializable> - Interface in com.blazebit.persistence.deltaspike.data.api
Base entity view repository interface.

F

findAll() - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Lookup all existing entities of entity class <E>.
findAll(int, int) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Lookup a range of existing entities of entity class <E> with support for pagination.
findBy(PK) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Entity lookup by primary key.
findBy(E, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Query by example - for a given object and a specific set of properties.
findBy(E, int, int, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Query by example - for a given object and a specific set of properties with support for pagination.
findByLike(E, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings.
findByLike(E, int, int, SingularAttribute<E, ?>...) - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings with support for pagination.
FullEntityViewRepository<E,V,PK extends Serializable> - Interface in com.blazebit.persistence.deltaspike.data.api
Interface that supports EntityViewRepository and CriteriaSupport capabilities.

R

resolveEntityViewManager() - Method in interface com.blazebit.persistence.deltaspike.data.api.EntityViewManagerResolver
 
C E F R 
Skip navigation links
Blazebit Persistence Integration DeltaSpike Data API 1.2.0-Alpha4

Copyright © 2014–2018 Blazebit. All rights reserved.