| Package | Description |
|---|---|
| org.apache.deltaspike.data.impl.builder.part | |
| org.apache.deltaspike.data.impl.handler | |
| org.apache.deltaspike.data.impl.meta |
| Modifier and Type | Method and Description |
|---|---|
protected QueryPart |
QueryRoot.build(String queryPart,
String method,
RepositoryComponent repo) |
protected abstract QueryPart |
QueryPart.build(String queryPart,
String method,
RepositoryComponent repo) |
protected QueryPart |
OrderByQueryPart.build(String queryPart,
String method,
RepositoryComponent repo) |
static QueryRoot |
QueryRoot.create(String method,
RepositoryComponent repo) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManager |
EntityManagerLookup.lookupFor(RepositoryComponent repository) |
| Modifier and Type | Method and Description |
|---|---|
RepositoryComponent |
RepositoryMethod.getRepository() |
RepositoryComponent |
RepositoryComponents.lookupComponent(Class<?> repoClass)
Repository access - lookup the Repository component meta data for a specific Repository class.
|
RepositoryComponent |
RepositoryComponents.lookupComponent(List<Class<?>> candidateClasses)
Repository access - lookup the Repository component meta data from a list of candidate classes.
|
| Constructor and Description |
|---|
RepositoryMethod(Method method,
RepositoryComponent repo) |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.