Skip to content

Instantly share code, notes, and snippets.

View lausek's full-sized avatar
🚩

Laurin lausek

🚩
View GitHub Profile
@lausek
lausek / Algorithm.java
Created March 13, 2021 10:16
CM Kryptographie: Hibernate ORM
package de.dhbw.model;
import com.sun.istack.NotNull;
import javax.persistence.*;
@Entity
@Table(name = "algorithms")
public class Algorithm {
@Id