Annotation Type | Description |
---|---|
AssertNotNull |
field value must not be null annotation
persistence will check field is not null when read or write to file |
DeprecatedInStoreClass |
deprecated in store class annotation
a class annotated DeprecatedInStoreClass can be stored in file but
can not be add anymore |
DoNotTransform |
to mark a class,method,constructor to not be transformed by java agent
|
Fortest |
for test only annotation
a program element annotated Fortest is to use only for test purposeshould not be used for other purpose |
NoStorableAccess |
no storable access annotation
|
NotStorableClass |
not storable class annotation
a class annotated NotStorableClass can not be store in file, it
concern all manager and entity used for storage management |
StorableAccess |
storable access annotation
|
StorableClass | |
StoreNoLazyLoad |
to mark to not use lazy loading for a type
|
StoreNotUseStandardSerialization |
to mark a serializable class to be store not using standard serialization
|
StoreSerializeAndGZippedInOneRecord |
to mark a type storable in gzipped serialized form to a file data record
|
StoreSerializeAndZippedInOneRecord |
to mark a type storable in zipped serialized form to a file data record
optional compression level parameter (0-9) |
StoreSerializeInOneRecord |
to mark a type storable in serialized form to a file data record
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.