开发者

Lift with db4o User model

开发者 https://www.devze.com 2023-01-10 02:13 出处:网络
suppose you have a Lift + db4o开发者_如何学Go project... How do you define User model? Should I extend MetaMegaProtoUser?

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

精彩评论

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