开发者

Lift with db4o User model

suppose you have a Lift + db4o开发者_如何学Go project... How do you define User model? Should I extend MetaMegaProtoUser?

Thanks in advance, Etam.


Yes, you have to Extend the MetaMegaProtoUser:

class User extends MetaMegaProtoUser[User] { 
...
}

It handles all the stuff related to user registration, password change etc..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜