play.db.jpa
类 FileAttachment

java.lang.Object
  继承者 play.db.jpa.FileAttachment

已过时。

@Embeddable
@Deprecated
public class FileAttachment
extends java.lang.Object

Please use play.db.jpa.Blob now


字段摘要
 java.lang.String filename
          已过时。  
 
构造方法摘要
FileAttachment()
          已过时。  
 
方法摘要
 boolean exists()
          已过时。 
 java.io.File get()
          已过时。  
static java.io.File getStore()
          已过时。  
 boolean isSet()
          已过时。  
 long length()
          已过时。 
 void set(java.io.File file)
          已过时。  
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

filename

public java.lang.String filename
已过时。 
构造方法详细信息

FileAttachment

public FileAttachment()
已过时。 
方法详细信息

get

public java.io.File get()
已过时。 

set

public void set(java.io.File file)
已过时。 

isSet

public boolean isSet()
已过时。 

getStore

public static java.io.File getStore()
已过时。 

exists

@Deprecated
public boolean exists()
已过时。 


length

@Deprecated
public long length()
已过时。 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly