Welcome to My New Technology Blog
-
Featured
My First Blog Post
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
-
Hello World
Pierwszy post @Entity public class Ent { private Type type; @Id private String name; private double height; @OneToMany(mappedBy = “ent”) private List<Zagajnik> zagajnikList; public Ent() { } public Ent(Type type, String name, double height) { this.type = type; this.name = name; this.height = height; } public Type getType() { return type; } public void setType(Type… Read more
Follow My Blog
Get new content delivered directly to your inbox.