Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Squeryl 需要哪个导入
from
陈述?
错误说法:
def users = from(MySchema.users)(u => where(u.id === user.id.id) select(u))
错误消息:“未找到:值来自”
进口
import org.squeryl.PrimitiveTypeMode._
需要。现在它编译了。
似乎我是唯一一个使用 Squeryl 的人……感谢您的收看。