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.
假设您有一个Lift + db4o项目...您如何定义用户模型?我应该扩展MetaMegaProtoUser吗?
在此先感谢,埃塔姆。
是的,您必须扩展 MetaMegaProtoUser:
class User extends MetaMegaProtoUser[User] { ... }
它处理与用户注册、密码更改等相关的所有事情。