Package play.db.jpa
Class FileAttachment
- java.lang.Object
-
- play.db.jpa.FileAttachment
-
@Embeddable @Deprecated public class FileAttachment extends java.lang.Object
Deprecated.Please use play.db.jpa.Blob now
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
filename
Deprecated.
-
Constructor Summary
Constructors Constructor Description FileAttachment()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
exists()
Deprecated.java.io.File
get()
Deprecated.static java.io.File
getStore()
Deprecated.boolean
isSet()
Deprecated.long
length()
Deprecated.void
set(java.io.File file)
Deprecated.
-
-
-
Method Detail
-
get
public java.io.File get()
Deprecated.
-
set
public void set(java.io.File file)
Deprecated.
-
isSet
public boolean isSet()
Deprecated.
-
getStore
public static java.io.File getStore()
Deprecated.
-
exists
@Deprecated public boolean exists()
Deprecated.
-
length
@Deprecated public long length()
Deprecated.
-
-