Annotations for session facades and SDOs

This section includes reference topics for the @ws.sdo and @ws.sbf annotation tag sets, which are used to define and generate session bean facades.

When you add the appropriate annotations to CMP entity beans, the workbench generates session bean facades and service data objects (SDOs). You can use the Create Session Bean Facade wizard to add the annotations, or you can manually edit the annotations. The Java editor provides content assist to help you enter the proper tags and parameters (enter Ctrl-Space while typing to see available entries).

@ws.sbf.session-facade

@ws.sbf.query

@ws.sdo.value-object (class-level)

@ws.sdo.value-object (method-level)

 

Parent topic

Creating session bean facades

 

Related concepts

Session bean facades and SDOs

 

Related tasks

Example: Creating a session bean facade