mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
property() uses a fast path for the common case that the expression is a bean property path. This will then fall back to using parse() when that isn't the case.