Skip to content

dump an entire JPA backend to xstream xml from its configuration metadata

Notifications You must be signed in to change notification settings

jnorthrup/jpa_xstream_dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jpa xstream dump was invented to convert 
live data from one JPA data source to another 
using a combination of late model xstream 
hibernate fixes and introspection driven 
model details.

integrate Dump.java into your project and 
supply a hibernate/jpa Entitymanager (only 
tested flavor)

when main is run it will dump the data to 
stdout per the persistence.xml file which 
is parsed independantly from the JPA backend 
parser.

About

dump an entire JPA backend to xstream xml from its configuration metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages