| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.csv |
Importing CSV files into a Melati Database.
|
| org.melati.poem.generated |
The POEM-generated support classes for org.melati.poem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoemDatabase
Though generated by POEM this is the class all generated databases
extend.
|
| Modifier and Type | Field and Description |
|---|---|
Database |
TableInUsePoemException.database
The Database we are dealing with.
|
Database |
NoSuchTablePoemException.database
The Database we are dealing with.
|
Database |
DuplicateTableNamePoemException.database
The Database we are dealing with.
|
| Modifier and Type | Method and Description |
|---|---|
static Database |
PoemThread.database()
Retrieve the
Database associated with this thread. |
Database |
Table.getDatabase()
The database to which the table is attached.
|
Database |
PoemTransaction.getDatabase() |
Database |
Persistent.getDatabase() |
Database |
JdbcTable.getDatabase()
The database to which the table is attached.
|
Database |
JdbcPersistent.getDatabase() |
Database |
Column.getDatabase() |
static Database |
PoemDatabaseFactory.getDatabase(String name)
Retrieve a database by name.
|
static Database |
PoemDatabaseFactory.getDatabase(String name,
String url,
String user,
String password,
String clazz,
String dbmsClass,
boolean addConstraints,
boolean logSQL,
boolean logCommits,
int maxTransactions)
Return a database from the cache or create it.
|
| Modifier and Type | Method and Description |
|---|---|
static Vector<Database> |
PoemDatabaseFactory.initialisedDatabases()
Retrieve the databases which have completed initialisation.
|
| Modifier and Type | Method and Description |
|---|---|
static PoemTypeFactory |
PoemTypeFactory.forCode(Database database,
int code)
Returns an instance given a database and the integer code for
the instance.
|
static Table<?> |
TableFactory.fromClass(Database db,
Class<?> clazz) |
static Table<?> |
TableFactory.fromInstance(Database db,
Object pojo) |
static Persistent |
PersistentFactory.fromInstance(Database db,
Object pojo) |
| Constructor and Description |
|---|
CapabilityTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
ColumnInfoTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
ColumnTypePoemType(Database database)
Constructor for a non nullable column type.
|
DuplicateTableNamePoemException(Database database,
String name)
Constructor.
|
GroupCapabilityTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
GroupMembershipTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
GroupTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
JdbcTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
NoSuchTablePoemException(Database database,
String name)
Constructor.
|
PoemTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
PoemTransaction(Database database,
Connection connection,
int index)
Constructor.
|
PreparedStatementFactory(Database database,
String sql)
Constructor.
|
ReconnectionPoemException(Database db)
Constructor.
|
SettingTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
TableCategoryTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
TableInfoTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
TableInUsePoemException(Database database,
Table<?> table)
Constructor.
|
UserTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
ValueInfoTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
| Constructor and Description |
|---|
CSVFilesProcessor(Database db)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoemDatabaseBase
Melati POEM generated Database base class.
|
| Constructor and Description |
|---|
CapabilityTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
ColumnInfoTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
GroupCapabilityTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
GroupMembershipTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
GroupTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
SettingTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
TableCategoryTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
TableInfoTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
UserTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
ValueInfoTableBase(Database database,
String name,
DefinitionSource definitionSource)
Constructor.
|
Copyright © 2000–2021 PanEris. All rights reserved.