Skip to content
Snippets Groups Projects
Commit dedd5899 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Do not persist Student.

parent 54ae3b06
No related merge requests found
package koz01.java2.lab09;
import javax.persistence.Entity;
@Entity
public class Student {
private String firstName;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment