org.glassfish.osgijpa.dd
Class PersistenceXMLReaderWriter
java.lang.Object
org.glassfish.osgijpa.dd.PersistenceXMLReaderWriter
public class PersistenceXMLReaderWriter
- extends java.lang.Object
- Author:
- Sanjeeb.Sahoo@Sun.COM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceXMLReaderWriter
public PersistenceXMLReaderWriter()
read
public Persistence read(java.net.URL pxmlURL)
throws java.io.IOException
- Throws:
java.io.IOException
read
public Persistence read(java.io.InputStream is)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(Persistence persistence,
java.io.OutputStream os)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(Persistence persistence,
java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 GlassFish Community. All Rights Reserved.