| Summary: | Support LOB streaming | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Stefan Reinhold <stefan.reinhold> |
| Component: | Eclipselink | Assignee: | Project Inbox <eclipselink.orm-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | chase |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Stefan Reinhold
Here is the link to the current OpenJPA. http://openjpa.apache.org/builds/2.2.0/apache-openjpa/docs/manual.html#ref_guide_streamsupport The OpenJPA implementation uses a proprietary annotation and persists either an InputStream or a Reader. Hibernate also supports streams with JPA. See the information at the following locations: http://docs.jboss.org/hibernate/core/4.0/manual/en-US/html_single/ http://docs.jboss.org/ejb3/docs/tutorial/1.0.7/html/Blob_and_Clob_support_in_EJB3.html The Hibernate approach is to support persisting java.sql.Blob and java.sql.Clob types. Their API includes a helper createBlob method. http://docs.jboss.org/hibernate/orm/3.5/api/org/hibernate/Hibernate.html The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |