Class AbstractPropertyMapping

    • Constructor Detail

      • AbstractPropertyMapping

        public AbstractPropertyMapping()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getIdentifierColumnNames

        public String[] getIdentifierColumnNames()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIdentifierColumnReaderTemplates

        public String[] getIdentifierColumnReaderTemplates()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getIdentifierColumnReaders

        public String[] getIdentifierColumnReaders()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getEntityName

        protected abstract String getEntityName()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getColumnNames

        public String[] getColumnNames​(String propertyName)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • addPropertyPath

        protected void addPropertyPath​(String path,
                                       Type type,
                                       String[] columns,
                                       String[] columnReaders,
                                       String[] columnReaderTemplates,
                                       String[] formulaTemplates,
                                       Metadata factory)
        Deprecated, for removal: This API element is subject to removal in a future version.