Skip navigation links

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

E28847-01


org.eclipse.persistence.jpa.jpql.spi
Interface IManagedTypeVisitor

All Superinterfaces:
IExternalForm
All Known Implementing Classes:
AbstractVisitor.ManagedTypeVisitor

public interface IManagedTypeVisitor
extends IExternalForm

The interface is used to visit a IManagedType. It follows the Visitor pattern.

Since:
2.3
Version:
2.3
Author:
Pascal Filion

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.

 

Method Detail

visit

void visit(IEmbeddable embeddable)
Visits the given IEmbeddable object.
Parameters:
embeddable - The embeddable object to visit

visit

void visit(IEntity entity)
Visits the given IEntity object.
Parameters:
entity - The entity object to visit

visit

void visit(IMappedSuperclass mappedSuperclass)
Visits the given IMappedSuperclass object.
Parameters:
mappedSuperclass - The mapped superclass object to visit

Skip navigation links

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