EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

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


public interface IManagedTypeVisitor

The interface is used to visit a IManagedType.

Version:
2.3
Author:
Pascal Filion
Since:
2.3

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

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference