|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.persistence.jpa.jpql.FromSubqueryResolver.VirtualManagedType
protected class FromSubqueryResolver.VirtualManagedType
This IManagedType
represents a virtual managed type where its content will be derived
from the subquery.
Constructor Summary | |
---|---|
protected |
FromSubqueryResolver.VirtualManagedType()
|
Method Summary | |
---|---|
void |
accept(IManagedTypeVisitor visitor)
Visits this managed type with the given visitor. |
int |
compareTo(IManagedType managedType)
|
IMapping |
getMappingNamed(java.lang.String name)
Returns the IMapping with the given name. |
IManagedTypeProvider |
getProvider()
Retrieves the owner of this managed type. |
IType |
getType()
Returns the external representation of the class used by this managed type. |
IterableIterator<IMapping> |
mappings()
Returns the collection of mappings defined in this managed type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FromSubqueryResolver.VirtualManagedType()
Method Detail |
---|
public void accept(IManagedTypeVisitor visitor)
accept
in interface IManagedType
visitor
- The visitor to visit this managed type objectpublic int compareTo(IManagedType managedType)
compareTo
in interface java.lang.Comparable<IManagedType>
public IMapping getMappingNamed(java.lang.String name)
IMapping
with the given name.
getMappingNamed
in interface IManagedType
name
- The name of the mapping to retrieve
IMapping
or null
if it could not be foundpublic IManagedTypeProvider getProvider()
getProvider
in interface IManagedType
public IType getType()
getType
in interface IManagedType
public IterableIterator<IMapping> mappings()
mappings
defined in this managed type.
mappings
in interface IManagedType
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |