|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IManagedTypeVisitor
The interface is used to visit a IManagedType
.
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 |
---|
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 visit
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |