Class SqlAuthDataDao

java.lang.Object
tk.airshipcraft.commonlib.db.dao.impl.SqlAuthDataDao
All Implemented Interfaces:
AuthDataDao, GenericDao<AuthData,UUID>

public class SqlAuthDataDao extends Object implements AuthDataDao
SQL implementation of the AuthDataDao interface. This class is responsible for performing CRUD operations on AuthData entities in the database.
Since:
2024-01-05
Version:
1.0.0
Author:
notzune
  • Constructor Details

    • SqlAuthDataDao

      public SqlAuthDataDao(SqlConnectionManager connectionManager)
      Constructs an instance of SqlAuthDataDao with a given SqlConnectionManager.
      Parameters:
      connectionManager - The connection manager responsible for managing database connections.
  • Method Details