return this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username).getSingleResult(); | return this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username).getResultList(); | this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username).getSingleResult() | this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username).getResultList() | cas | 7b7e4682f7d798a60336f41e6cc91228b2b56ad0 | org.apereo.cas.gauth.credential.JpaGoogleAuthenticatorTokenCredentialRepository | | _1 | fetchAccount |
---|
_2 | fetchAccounts |
---|
| v0 | this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username) |
---|
| | v0 | this.entityManager.createQuery(STR0 + ENTITY_NAME + STR1,JpaGoogleAuthenticatorAccount.class).setParameter(STR2,username) |
---|
| Returns | True |