public interface IManagedTypeVisitor
IManagedType
. It follows the Visitor pattern.Modifier and Type | Method and Description |
---|---|
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. |
void visit(IEmbeddable embeddable)
IEmbeddable
object.embeddable
- The embeddable object to visitvoid visit(IEntity entity)
IEntity
object.entity
- The entity object to visitvoid visit(IMappedSuperclass mappedSuperclass)
IMappedSuperclass
object.mappedSuperclass
- The mapped superclass object to visitEclipseLink 2.3.2, "build v20111125-r10461" API Reference