JPA Entity Manager
What is the Entity Manager? 참고 https://docs.jboss.org/hibernate/entitymanager/3.6/reference/en/html_single/ API https://docs.oracle.com/javaee/7/api/javax/p...
What is the Entity Manager? 참고 https://docs.jboss.org/hibernate/entitymanager/3.6/reference/en/html_single/ API https://docs.oracle.com/javaee/7/api/javax/p...
What is the [persistence.xml] file? 참고 https://docs.oracle.com/cd/E16439_01/doc.1013/e13981/undejdev003.htm#CHDIDBBF persistence.xml은 엔티티를 사용하는 EJB 3.0 appl...
What is JPA? JPA는 Java Persistence API의 약자이다. 자바진영의 ORM 기술 표준(인터페이스) 이다. (TIP : JPA는 인터페이스고 구현체는 보통 Java진영에선 Hibernate를 쓴다.) 기존 EJB의 Entity Bean을 대체하는 기술...
Error log em.persist에서 에러가 났는데 알고 보니 간단한 오류이다.
Reference 참고 : 공식 문서 참고 : 우아한 기술 블로그 https://woowabros.github.io/tools/2017/07/10/java-enum-uses.html