Interface SQLLoadable

    • Method Detail

      • getSubclassPropertyColumnAliases

        String[] getSubclassPropertyColumnAliases​(String propertyName,
                                                  String suffix)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
      • getSubclassPropertyColumnNames

        String[] getSubclassPropertyColumnNames​(String propertyName)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return the column names used to persist/query the named property of the class or a subclass (optional operation).
      • selectFragment

        String selectFragment​(String alias,
                              String suffix)
        Deprecated, for removal: This API element is subject to removal in a future version.
        All columns to select, when loading.
      • getType

        Type getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Get the type