Interface IManagedTypeVisitor


  • public interface IManagedTypeVisitor
    The interface is used to visit a IManagedType.

    Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

    Version:
    2.3
    Author:
    Pascal Filion
    Since:
    2.3
    • 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