Package com.gigaspaces.annotation.pojo

The POJO Annotation Classes

See:
          Description

Enum Summary
SpaceClass.IncludeProperties  
SpaceProperty.IndexType  
 

Annotation Types Summary
SpaceClass Defines a class annotation of Entry/POJO objects.
SpaceExclude Excludes a property from the space when using SpaceClass.includeProperties() set to SpaceClass.IncludeProperties.IMPLICIT.
SpaceId To designate one or more persistent fields or properties as the entity's primary key.
SpacePersist Indicate if the instance is persist persist.the Dynamic method or field must have a return value boolean as method signature
SpaceProperty Defines a method annotation type with full meta-data of POJO fields.
SpaceRouting Indicate which the member of the POJO is the routing index for partial.
SpaceVersion optimistic locking version, the Dynamic method or field must have a return value int as method signature
 

Package com.gigaspaces.annotation.pojo Description

The POJO Annotation Classes