com.force.sdk.jpa.annotation
Annotation Type CustomObject


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

CustomObject annotation for setting metadata properties on objects in Force.com.

Author:
Fiaz Hossain

Optional Element Summary
 boolean enableFeeds
          Enable Force.com Chatter feeds.
 boolean readOnlySchema
          Mark class schema as readonly.
 boolean virtualSchema
          Mark class schema as virtual.
 

enableFeeds

public abstract boolean enableFeeds
Enable Force.com Chatter feeds.

Default:
false

readOnlySchema

public abstract boolean readOnlySchema
Mark class schema as readonly.

Readonly schema will not be persisted to the Force.com datastore.

Default:
false

virtualSchema

public abstract boolean virtualSchema
Mark class schema as virtual.

Virtual schema is not backed by a Force.com object. This is similar to a database view.

Default:
false


Copyright © 2011. All Rights Reserved.