Skip to content

Instantly share code, notes, and snippets.

View gatanity's full-sized avatar
💭
Identify yourself

Tomoki Yamagata gatanity

💭
Identify yourself
  • 21:02 (UTC +09:00)
View GitHub Profile
@gatanity
gatanity / Edward.java
Created May 18, 2020 14:55
Retrieving an entity without a default constructor
package net.millenary.gtdev.exmaples.domain.edward;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Edward {
<?php
define('STATIC_URI', get_template_directory_uri() . '/static');
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">