Package de.adorsys.ledgers.um.db.domain
Class UserEntity
- java.lang.Object
-
- de.adorsys.ledgers.um.db.domain.UserEntity
-
@Entity public class UserEntity extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringUSER_EMAIL_UNIQUEstatic StringUSER_LOGIN_UNIQUE
-
Constructor Summary
Constructors Constructor Description UserEntity()
-
-
-
Field Detail
-
USER_LOGIN_UNIQUE
public static final String USER_LOGIN_UNIQUE
- See Also:
- Constant Field Values
-
USER_EMAIL_UNIQUE
public static final String USER_EMAIL_UNIQUE
- See Also:
- Constant Field Values
-
-