Uses of Class
com.academy.stratum.entity.UserAccount
-
Packages that use UserAccount Package Description com.academy.stratum.repository com.academy.stratum.repository.impl -
-
Uses of UserAccount in com.academy.stratum.repository
Methods in com.academy.stratum.repository that return UserAccount Modifier and Type Method Description UserAccount
UserAccountRepository. getByLogin(java.lang.String login)
Methods in com.academy.stratum.repository with parameters of type UserAccount Modifier and Type Method Description void
UserAccountRepository. persist(UserAccount userAccount)
-
Uses of UserAccount in com.academy.stratum.repository.impl
Fields in com.academy.stratum.repository.impl with type parameters of type UserAccount Modifier and Type Field Description static org.springframework.jdbc.core.RowMapper<UserAccount>
UserAccountRepositoryImpl. ROW_MAPPER
Methods in com.academy.stratum.repository.impl that return UserAccount Modifier and Type Method Description UserAccount
UserAccountRepositoryImpl. getByLogin(java.lang.String login)
Methods in com.academy.stratum.repository.impl with parameters of type UserAccount Modifier and Type Method Description void
UserAccountRepositoryImpl. persist(UserAccount userAccount)
-