org.apache.openjpa.persistence
Annotation Type Replicated


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Replicated

Annotation to specify the instance of the annotated entity be replicated across more than one slices. The actual slices where an instance of the annotated entity will be replicated is determined by the return value of user-specified ReplicationPolicy#replicate(Object, java.util.List, Object) method.

Author:
Pinaki Poddar
See Also:
ReplicationPolicy



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