|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectplay.db.jpa.FileAttachment
@Embeddable @Deprecated public class FileAttachment
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 |
字段详细信息 |
---|
public java.lang.String filename
构造方法详细信息 |
---|
public FileAttachment()
方法详细信息 |
---|
public java.io.File get()
public void set(java.io.File file)
public boolean isSet()
public static java.io.File getStore()
@Deprecated public boolean exists()
@Deprecated public long length()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |