Interface MappedTableResource<T>

    • Method Detail

      • tableName

        String tableName()
        Gets the physical table name that operations performed by this object will be executed against.
        Returns:
        The physical table name.
      • keyFrom

        Key keyFrom​(T item)
        Creates a Key object from a modelled item. This key can be used in query conditionals and get operations to locate a specific record.
        Parameters:
        item - The item to extract the key fields from.
        Returns:
        A key that has been initialized with the index values extracted from the modelled object.