mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Add parameter type for Query.Property with DefaultUpdateQuery and TQRootBean
This commit is contained in:
@@ -282,7 +282,7 @@ public abstract class TQRootBean<T, R> {
|
||||
*
|
||||
* @param properties the list of properties to fetch
|
||||
*/
|
||||
public final R select(Query.Property... properties) {
|
||||
public final R select(Query.Property<?>... properties) {
|
||||
((SpiQueryFetch) query).selectProperties(properties(properties));
|
||||
return root;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user