javax.jdo.annotations
Annotation Type Serialized


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Serialized

Annotation on a member (field or property) to indicate that the member is stored serialized. Such a member cannot be queried using JDOQL. Corresponds to xml attribute "serialized" in "field" and "property" elements. This is the same as specifying @Persistent(serialized="true").

Since:
2.1
Version:
2.1



Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.