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.
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 Indicate the property that holds the optimistic locking version.
 

Package com.gigaspaces.annotation.pojo Description

The POJO Annotation Classes