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: