Package com.sleepycat.persist.model
Annotation Interface Persistent
Identifies a persistent class that is not an
}/com/sleepycat/persist/model/Entity.html#simpleTypes">simple type}.
Entity class or a
invalid @link
{@link <a href="{@docRoot
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSpecifies the class that is proxied by thisPersistentProxyinstance.intIdentifies a new version of a class when an incompatible class change has been made.
-
Element Details
-
version
int versionIdentifies a new version of a class when an incompatible class change has been made.- See Also:
- Default:
0
-
proxyFor
Class proxyForSpecifies the class that is proxied by thisPersistentProxyinstance.- See Also:
- Default:
void.class
-