public interface CollectionReference
| Modifier and Type | Method and Description |
|---|---|
CollectionPersister |
getCollectionPersister()
Retrieves the CollectionPersister describing the collection associated with this Return.
|
CollectionFetchableElement |
getElementGraph()
Retrieve the metadata about the elements of this collection *as a FetchSource*.
|
CollectionFetchableIndex |
getIndexGraph()
Retrieve the metadata about the index of this collection *as a FetchSource*.
|
PropertyPath |
getPropertyPath()
Retrieve the PropertyPath to this reference.
|
String |
getQuerySpaceUid()
Obtain the UID of the QuerySpace (specifically a
CollectionQuerySpace) that this CollectionReference
refers to. |
String getQuerySpaceUid()
CollectionQuerySpace) that this CollectionReference
refers to.CollectionPersister getCollectionPersister()
CollectionFetchableIndex getIndexGraph()
null when:null.CollectionFetchableElement getElementGraph()
null when the element is not a composite or entity (cannot act as a FetchSource).
Works only for map keys, since a List index cannot be anything other than an int which cannot be a FetchSource.
null.PropertyPath getPropertyPath()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.