Class NonPersistentMetaData

    • Field Detail

      • TYPE_NON_MAPPED_INTERFACE

        public static final int TYPE_NON_MAPPED_INTERFACE
        See Also:
        Constant Field Values
    • Constructor Detail

    • Method Detail

      • getDescribedType

        public Class getDescribedType()
        Persistence-aware type.
      • getType

        public int getType()
        The type of metadata.
      • getListingIndex

        public int getListingIndex()
        The index in which this class was listed in the metadata. Defaults to -1 if this class was not listed in the metadata.
      • setListingIndex

        public void setListingIndex​(int index)
        The index in which this field was listed in the metadata. Defaults to -1 if this class was not listed in the metadata.
      • setSource

        public void setSource​(File file,
                              int srcType)
      • setLineNumber

        public void setLineNumber​(int lineNum)
      • setColNumber

        public void setColNumber​(int colNum)