Interface IUserCredentialsDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UserCredentials getByUuid​(IEntityContext ec, String uuid)
      Finds the user credentials with the given UUID.
      UserCredentials getByUuid​(IEntityContext ec, UUID uuid)
      Finds the user credentials with the given UUID.
      • Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao

        all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update
    • Method Detail

      • getByUuid

        UserCredentials getByUuid​(IEntityContext ec,
                                  String uuid)
        Finds the user credentials with the given UUID.
        Parameters:
        ec - entity context for accessing the database.
        uuid - UUID of the user credentials.
        Returns:
        The user credentials with the given UUID.
      • getByUuid

        UserCredentials getByUuid​(IEntityContext ec,
                                  UUID uuid)
        Finds the user credentials with the given UUID.
        Parameters:
        ec - entity context for accessing the database.
        uuid - of the user credentials.
        Returns:
        The user credentials with the given UUID.