Class FromSubqueryResolver.VirtualManagedType

    • Constructor Detail

      • VirtualManagedType

        protected VirtualManagedType()
    • Method Detail

      • accept

        public void accept​(IManagedTypeVisitor visitor)
        Description copied from interface: IManagedType
        Visits this managed type with the given visitor.
        Specified by:
        accept in interface IManagedType
        Parameters:
        visitor - The visitor to visit this managed type object
      • getType

        public IType getType()
        Description copied from interface: IManagedType
        Returns the external representation of the class used by this managed type.
        Specified by:
        getType in interface IManagedType
        Returns:
        The external representation of the class used by this managed type
      • mappings

        public Iterable<IMapping> mappings()
        Description copied from interface: IManagedType
        Returns the collection of mappings defined in this managed type.
        Specified by:
        mappings in interface IManagedType
        Returns:
        The collection of persistent fields and properties of this managed type