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 UserAccountUserAccountRepository. getByLogin(java.lang.String login)Methods in com.academy.stratum.repository with parameters of type UserAccount Modifier and Type Method Description voidUserAccountRepository. 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_MAPPERMethods in com.academy.stratum.repository.impl that return UserAccount Modifier and Type Method Description UserAccountUserAccountRepositoryImpl. getByLogin(java.lang.String login)Methods in com.academy.stratum.repository.impl with parameters of type UserAccount Modifier and Type Method Description voidUserAccountRepositoryImpl. persist(UserAccount userAccount)
-