You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATAMONGO-2138 - GenericQuery wraps Query with type parameter
TypedQuery needs to carry the entity type in a generic type parameter.
Giving Query a type parameter would break backwards compatibility.
Solution: Both Query and TypedQuery will implement GenericQuery.
0 commit comments