====== JPA XML Configuration ======
* Annotation이 아닌 XML을 통해(''orm.xml'') 엔티티를 설정하는 것도 가능하다.
* 기본 파일 경로는 클래스패스 내의 ''META-INF/orm.xml''이며, 이 경우에는 자동으로 읽는다.
* 별도 경로는 [[java:jpa:persistence.xml|JPA persistence.xml]]에서 ''package/to/orm.xml'' 형태로 기술한다.
* [[http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/persistence/index.html|JPA Persistence XML Schemas]]
* [[http://java.dzone.com/articles/persisting-entity-classes|Persisting Entity Classes using XML in JPA]]
* [[https://docs.jboss.org/hibernate/stable/annotations/reference/en/html/xml-overriding.html|JPA Overriding metadata through XML]]
===== 기본 orm.xml 뼈대 =====
myschema
mycatalog
org.hibernate.test.annotations.reflection
address
...