Package | Description |
---|---|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FetchPathImpl<Z,X> |
(package private) class |
FromImpl<Z,X>
Represents a bound type, usually an entity that appears in the from clause,
but may also be an embeddable belonging to an entity in the from clause.
|
(package private) static class |
Joins.AbstractCollection<Z,C,E>
Join a plural attribute.
|
(package private) static class |
Joins.Collection<Z,E>
Join a java.util.Collection<E> type attribute.
|
(package private) static class |
Joins.KeyJoin<K,V>
A specialized join via key of a java.util.Map<K,V> attribute.
|
(package private) static class |
Joins.List<Z,E>
Join a java.util.List<E> type attribute.
|
(package private) static class |
Joins.Map<Z,K,V>
Join a java.util.Map<K,V> type attribute.
|
(package private) static class |
Joins.MapKey<Z,K> |
(package private) static class |
Joins.Set<Z,E>
Join a java.util.Set<E> type attribute.
|
(package private) static class |
Joins.SingularJoin<Z,X>
Join a single-valued attribute.
|
(package private) class |
RootImpl<X>
A root path without a parent.
|
Modifier and Type | Field and Description |
---|---|
protected PathImpl<?,Z> |
PathImpl._parent |
Modifier and Type | Method and Description |
---|---|
PathImpl<?,?> |
PathImpl.getCorrelatedJoin(PathImpl<?,?> path) |
PathImpl<?,?> |
PathImpl.getCorrelatedPath()
Gets the path correlated to this path, if any.
|
PathImpl<?,?> |
PathImpl.getCorrelatedRoot(SubqueryImpl<?> subquery) |
PathImpl<?,?> |
PathImpl.getInnermostParentPath()
Gets the path that originates this traversal.
|
Modifier and Type | Method and Description |
---|---|
PathImpl<?,?> |
PathImpl.getCorrelatedJoin(PathImpl<?,?> path) |
protected Members.Member<?,?> |
PathImpl.getInnermostMember(PathImpl<?,?> parent,
Members.Member<?,?> member) |
(package private) static FromImpl |
Joins.getMembers(PathImpl join,
java.util.List<Members.Member> members,
java.util.List<javax.persistence.criteria.JoinType> jts) |
void |
PathImpl.setCorrelatedPath(PathImpl<?,?> correlatedPath)
Makes this path correlated to the given path.
|
protected void |
PathImpl.traversePath(PathImpl<?,?> parent,
Path path,
FieldMetaData fmd) |
Constructor and Description |
---|
Expressions.Type(PathImpl<?,?> path) |
FromImpl(PathImpl<?,Z> parent,
Members.Member<? super Z,?> m,
java.lang.Class<X> x) |
PathImpl(PathImpl<?,Z> parent,
Members.Member<? super Z,?> member,
java.lang.Class<X> cls)
Create a path from the given non-null parent representing the given non-null member.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.