Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Queries
»
Criteria From Elements
»
From
»
getJoins() - JPA From's method
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Query
TypedQuery
Parameter
CriteriaBuilder
CriteriaQuery
Selection and Results
Criteria From Elements
From
Root
Join
PluralJoin
CollectionJoin
SetJoin
ListJoin
MapJoin
JoinType
Fetch
FetchParent
Criteria Expressions
Metamodel
Miscellaneous
Exceptions
getJoins() - JPA From's method
Method
javax.persistence.criteria.From
Set<
Join<X,?>
> getJoins()
Return the joins that have been made from this bound type. Returns empty set if no joins have been made from this bound type. Modifications to the set do not affect the query.
Returns:
joins made from this type
Since:
JPA 2.0
< From
^ From
Root >