Interface SQLLoadable

    • Method Detail

      • getSubclassPropertyColumnAliases

        java.lang.String[] getSubclassPropertyColumnAliases​(java.lang.String propertyName,
                                                            java.lang.String suffix)
        Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
      • getSubclassPropertyColumnNames

        java.lang.String[] getSubclassPropertyColumnNames​(java.lang.String propertyName)
        Return the column names used to persist/query the named property of the class or a subclass (optional operation).
      • selectFragment

        java.lang.String selectFragment​(java.lang.String alias,
                                        java.lang.String suffix)
        All columns to select, when loading.
      • getType

        Type getType()
        Get the type