Class SQLServerBlobResource

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

public class SQLServerBlobResource extends AbstractBlobResource
  • Constructor Details

    • SQLServerBlobResource

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