Bug 325 : ENHANCEMENT - Add fully typed findMap() that takes key property and key type
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.7.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
24/09/2010
Updated 
24/09/2010
Type 
Bug
 
Attachments 
No attachments

This enables a fully typed map with its key type defined.

Map<String, Customer> map = 
            Ebean.find(Customer.class)
                .select("id, name")
                .findMap("name", String.class);
 
Rob 24 Sep 08:37
Fixed in HEAD

Fixed in HEAD.

woResponse

Upload a file