public interface IManagedTypeVisitor
IManagedType
.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.4.2, "build v20130514-5956486" API Reference