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を使用しているのは私だけのようです...ご覧いただきありがとうございます。