Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.internal.jpql
Class AbstractVisitor.ManagedTypeVisitor

java.lang.Object
  extended by org.eclipse.persistence.jpa.internal.jpql.AbstractVisitor.ManagedTypeVisitor

All Implemented Interfaces:
IExternalForm, IManagedTypeVisitor
Enclosing class:
AbstractVisitor

private static class AbstractVisitor.ManagedTypeVisitor
extends java.lang.Object
implements IManagedTypeVisitor

Field Summary
(package private)  IEmbeddable embeddable
          The IEmbeddable that won't be null if it was visited.
(package private)  IEntity entity
          The IEntity that won't be null if it was visited.
(package private)  IMappedSuperclass mappedSuperclass
          The 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

embeddable

IEmbeddable embeddable
The IEmbeddable that won't be null if it was visited.

entity

IEntity entity
The IEntity that won't be null if it was visited.

mappedSuperclass

IMappedSuperclass mappedSuperclass
The IMappedSuperclass that won't be null if it was visited.

Constructor Detail

AbstractVisitor.ManagedTypeVisitor

private AbstractVisitor.ManagedTypeVisitor()

Method Detail

visit

public void visit(IEmbeddable embeddable)
Visits the given IEmbeddable object.
Specified by:
visit in interface IManagedTypeVisitor
Parameters:
embeddable - The embeddable object to visit

visit

public void visit(IEntity entity)
Visits the given IEntity object.
Specified by:
visit in interface IManagedTypeVisitor
Parameters:
entity - The entity object to visit

visit

public void visit(IMappedSuperclass mappedSuperclass)
Visits the given IMappedSuperclass object.
Specified by:
visit in interface IManagedTypeVisitor
Parameters:
mappedSuperclass - The mapped superclass object to visit

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.