Klasse MigrationDTOSchuelerFoto

java.lang.Object
de.svws_nrw.db.dto.migration.schild.schueler.MigrationDTOSchuelerFoto

@Entity public final class MigrationDTOSchuelerFoto extends Object
Diese Klasse dient als DTO für die Datenbanktabelle SchuelerFotos. Sie wurde automatisch per Skript generiert und sollte nicht verändert werden, da sie aufgrund von Änderungen am DB-Schema ggf. neu generiert und überschrieben wird.
  • Felddetails

    • QUERY_ALL

      public static final String QUERY_ALL
      Die Datenbankabfrage für alle DTOs
      Siehe auch:
    • QUERY_PK

      public static final String QUERY_PK
      Die Datenbankabfrage für DTOs anhand der Primärschlüsselattribute
      Siehe auch:
    • QUERY_LIST_PK

      public static final String QUERY_LIST_PK
      Die Datenbankabfrage für DTOs anhand einer Liste von Primärschlüsselattributwerten
      Siehe auch:
    • QUERY_MIGRATION_ALL

      public static final String QUERY_MIGRATION_ALL
      Die Datenbankabfrage für alle DTOs im Rahmen der Migration, wobei die Einträge entfernt werden, die nicht der Primärschlüssel-Constraint entsprechen
      Siehe auch:
    • QUERY_BY_SCHUELER_ID

      public static final String QUERY_BY_SCHUELER_ID
      Die Datenbankabfrage für DTOs anhand des Attributes Schueler_ID
      Siehe auch:
    • QUERY_LIST_BY_SCHUELER_ID

      public static final String QUERY_LIST_BY_SCHUELER_ID
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Schueler_ID
      Siehe auch:
    • QUERY_BY_FOTO

      public static final String QUERY_BY_FOTO
      Die Datenbankabfrage für DTOs anhand des Attributes Foto
      Siehe auch:
    • QUERY_LIST_BY_FOTO

      public static final String QUERY_LIST_BY_FOTO
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Foto
      Siehe auch:
    • QUERY_BY_FOTOBASE64

      public static final String QUERY_BY_FOTOBASE64
      Die Datenbankabfrage für DTOs anhand des Attributes FotoBase64
      Siehe auch:
    • QUERY_LIST_BY_FOTOBASE64

      public static final String QUERY_LIST_BY_FOTOBASE64
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes FotoBase64
      Siehe auch:
    • QUERY_BY_SCHULNREIGNER

      public static final String QUERY_BY_SCHULNREIGNER
      Die Datenbankabfrage für DTOs anhand des Attributes SchulnrEigner
      Siehe auch:
    • QUERY_LIST_BY_SCHULNREIGNER

      public static final String QUERY_LIST_BY_SCHULNREIGNER
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes SchulnrEigner
      Siehe auch:
    • Schueler_ID

      public Long Schueler_ID
      SchülerID zum Foto
    • Foto

      public byte[] Foto
      Schülerfoto im binär-Format
    • FotoBase64

      public String FotoBase64
      Schülerfoto im Base64-Format
    • SchulnrEigner

      public Integer SchulnrEigner
      Die Schulnummer zu welcher der Datensatz gehört – wird benötigt, wenn mehrere Schulen in einem Schema der Datenbank gespeichert werden
  • Konstruktordetails

    • MigrationDTOSchuelerFoto

      public MigrationDTOSchuelerFoto(Long Schueler_ID)
      Erstellt ein neues Objekt der Klasse MigrationDTOSchuelerFoto ohne eine Initialisierung der Attribute.
      Parameter:
      Schueler_ID - der Wert für das Attribut Schueler_ID
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Konvertiert das Objekt in einen String. Dieser kann z.B. für Debug-Ausgaben genutzt werden.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      die String-Repräsentation des Objektes