MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.annotation.PersistenceCapable Interface Reference

Public Member Functions

String table () default""
String database () default""
String schema () default""

Detailed Description

Annotation for whether the class or interface is persistence-capable.

Definition at line 31 of file PersistenceCapable.java.

Member Function Documentation

String com.mysql.clusterj.annotation.PersistenceCapable.database ( )
Returns
the database to use for persisting this class or interface.
String com.mysql.clusterj.annotation.PersistenceCapable.schema ( )
Returns
the schema to use for persisting this class or interface.
String com.mysql.clusterj.annotation.PersistenceCapable.table ( )
Returns
the table to use for persisting this class or interface.

The documentation for this interface was generated from the following file: