Support custom type declarations

Bug #724941 reported by Timo Westkämper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

Support custom type declarations

Changed in querydsl:
status: New → In Progress
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Make sure custom types can also be used for Querydsl SQL

Changed in querydsl:
status: In Progress → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Supported via DefaultConfiguration.addCustomType :

    public <T> void addCustomType(Class<T> type, Class<? extends Expression<T>> queryType){
        module.get(TypeMappings.class).register(new ClassType(type), new ClassType(queryType));
    }

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

Released in 2.2.0-beta1

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.