Serialized Form
-
Package com.mindstore.backend.data.entity
-
Class com.mindstore.backend.data.entity.User
class User extends Object implements Serializable-
Serialized Fields
-
createdAt
LocalDateTime createdAt
created at date -
email
String email
email -
fullName
String fullName
full name -
id
Long id
id -
isOauthUser
Boolean isOauthUser
is oauth user boolean -
password
String password
password -
updatedAt
LocalDateTime updatedAt
updated at date
-
-
-