Package play.db.jpa
Class FileAttachment
- java.lang.Object
-
- play.db.jpa.FileAttachment
-
@Embeddable @Deprecated public class FileAttachment extends java.lang.ObjectDeprecated.Please use play.db.jpa.Blob now
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringfilenameDeprecated.
-
Constructor Summary
Constructors Constructor Description FileAttachment()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanexists()Deprecated.java.io.Fileget()Deprecated.static java.io.FilegetStore()Deprecated.booleanisSet()Deprecated.longlength()Deprecated.voidset(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.
-
-