Interface Joinable

    • Method Detail

      • getName

        String getName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        An identifying name; a class name or collection role name.
      • getTableName

        String getTableName()
        Deprecated, for removal: This API element is subject to removal in a future version.
        The table to join to.
      • getKeyColumnNames

        String[] getKeyColumnNames()
        Deprecated, for removal: This API element is subject to removal in a future version.
        The columns to join on
      • isCollection

        boolean isCollection()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Is this instance actually a CollectionPersister?
      • consumesEntityAlias

        boolean consumesEntityAlias()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Very, very, very ugly...
        Returns:
        Does this persister "consume" entity column aliases in the result set?
      • consumesCollectionAlias

        boolean consumesCollectionAlias()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Very, very, very ugly...
        Returns:
        Does this persister "consume" collection column aliases in the result set?