public class JooqCollectionHadler extends JooqHandler
ATTACHMENT_TYPE, autoCommit, dialect, ID_TYPE, IOR_TYPE, JOOQ_AUTOCOMMIT, JOOQ_DIALECT, JOOQ_DISABLE_DOMAIN_CREATE, JOOQ_DOMAIN_HANDLERS, JOOQ_NAME_TYPE_LENGHT, JOOQ_PASSWORD, JOOQ_PASSWORD_TYPE_LENGHT, JOOQ_READONLYDATASOURCE, JOOQ_STRING_TYPE_LENGHT, JOOQ_TEXT_TYPE_LENGHT, JOOQ_URI, JOOQ_USER, NAME_TYPE, PASSWORD_TYPE, pwd, readOnlyDataSource, STRING_TYPE, TEXT_TYPE, TIMESTAMP_TYPE, uri, user, UUID_TYPE, VERSION_TYPE, XML_TYPE, XML_TYPE_MYSQL| Constructor and Description |
|---|
JooqCollectionHadler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTables(org.jooq.DSLContext context) |
void |
dropTables(org.jooq.DSLContext context) |
C2KLocalObject |
fetch(org.jooq.DSLContext context,
UUID uuid,
String... primaryKeys) |
protected org.jooq.Field<?> |
getNextPKField(String... primaryKeys) |
protected List<org.jooq.Condition> |
getPKConditions(UUID uuid,
String... primaryKeys) |
protected org.jooq.Table<?> |
getTable() |
int |
insert(org.jooq.DSLContext context,
UUID uuid,
C2KLocalObject obj) |
int |
update(org.jooq.DSLContext context,
UUID uuid,
C2KLocalObject obj) |
closeDataSource, connect, connect, delete, exists, exists, fetchDistinctResult, fetchRecord, getDataSource, getNextPrimaryKeys, getPKConditions, getUUID, getXMLType, logConnectionCount, put, recreateDataSourceprotected org.jooq.Table<?> getTable()
getTable in class JooqHandlerprotected org.jooq.Field<?> getNextPKField(String... primaryKeys) throws org.cristalise.kernel.common.PersistencyException
getNextPKField in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionprotected List<org.jooq.Condition> getPKConditions(UUID uuid, String... primaryKeys) throws org.cristalise.kernel.common.PersistencyException
getPKConditions in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionpublic int update(org.jooq.DSLContext context,
UUID uuid,
C2KLocalObject obj)
throws org.cristalise.kernel.common.PersistencyException
update in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionpublic int insert(org.jooq.DSLContext context,
UUID uuid,
C2KLocalObject obj)
throws org.cristalise.kernel.common.PersistencyException
insert in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionpublic C2KLocalObject fetch(org.jooq.DSLContext context, UUID uuid, String... primaryKeys) throws org.cristalise.kernel.common.PersistencyException
fetch in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionpublic void createTables(org.jooq.DSLContext context)
throws org.cristalise.kernel.common.PersistencyException
createTables in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionpublic void dropTables(org.jooq.DSLContext context)
throws org.cristalise.kernel.common.PersistencyException
dropTables in class JooqHandlerorg.cristalise.kernel.common.PersistencyExceptionCopyright © 1997–2019 CRISTAL-iSE. All rights reserved.