Comment 2 for bug 648872

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

The signature is now

    /**
     * Register the given Type to be used
     */
    public void register(Type<?> type);

    /**
     * Register the given Type for the given table and column
     */
    public void register(String table, String column, Type<?> type);