Class GenericBlobResource

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

public class GenericBlobResource extends AbstractBlobResource
  • Constructor Details

    • GenericBlobResource

      public GenericBlobResource(Object id, org.springframework.jdbc.core.JdbcTemplate template, org.springframework.transaction.PlatformTransactionManager txnMgr)