|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.ManagedTypeVisitor
private static class AbstractVisitor.ManagedTypeVisitor
| Field Summary | |
|---|---|
(package private) IEmbeddable |
embeddableThe IEmbeddable that won't be null if it was visited. |
(package private) IEntity |
entityThe IEntity that won't be null if it was visited. |
(package private) IMappedSuperclass |
mappedSuperclassThe IMappedSuperclass that won't be null if it was visited. |
| Constructor Summary | |
|---|---|
private |
AbstractVisitor.ManagedTypeVisitor() |
| Method Summary | |
|---|---|
void |
visit(IEmbeddable embeddable)Visits the given IEmbeddable object. |
void |
visit(IEntity entity)Visits the given IEntity object. |
void |
visit(IMappedSuperclass mappedSuperclass)Visits the given IMappedSuperclass object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
IEmbeddable embeddable
IEmbeddable that won't be null if it was visited.IEntity entity
IEntity that won't be null if it was visited.IMappedSuperclass mappedSuperclass
IMappedSuperclass that won't be null if it was visited.| Constructor Detail |
|---|
private AbstractVisitor.ManagedTypeVisitor()
| Method Detail |
|---|
public void visit(IEmbeddable embeddable)
IEmbeddable object.visit in interface IManagedTypeVisitorembeddable - The embeddable object to visitpublic void visit(IEntity entity)
IEntity object.visit in interface IManagedTypeVisitorentity - The entity object to visitpublic void visit(IMappedSuperclass mappedSuperclass)
IMappedSuperclass object.visit in interface IManagedTypeVisitormappedSuperclass - The mapped superclass object to visit
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||