|
EclipseLink 2.5.0, build 'v20130507-3faac2b' 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.tools.resolver.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. |
java.lang.Iterable<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 IManagedTypevisitor - 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 IManagedTypename - The name of the mapping to retrieve
IMapping or null if it could not be foundpublic IManagedTypeProvider getProvider()
getProvider in interface IManagedTypepublic IType getType()
getType in interface IManagedTypepublic java.lang.Iterable<IMapping> mappings()
mappings defined in this managed type.
mappings in interface IManagedType
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||