Class MySQLBlobResource

java.lang.Object
org.springframework.content.jpa.io.AbstractBlobResource
internal.org.springframework.content.jpa.io.MySQLBlobResource
All Implemented Interfaces:
DeletableResource, BlobResource, org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource, org.springframework.core.io.WritableResource

public class MySQLBlobResource extends AbstractBlobResource
  • Constructor Details

    • MySQLBlobResource

      public MySQLBlobResource(Object id, org.springframework.jdbc.core.JdbcTemplate template, org.springframework.transaction.PlatformTransactionManager txnMgr)
  • Method Details