public interface SpiServer extends EbeanServer
| Modifier and Type | Method and Description |
|---|---|
<T> BeanType<T> |
getBeanType(Class<T> beanClass)
Return the bean type for a given entity bean class.
|
BeanType<?> |
getBeanTypeForQueueId(String queueId)
Return the bean type for a given doc store queueId.
|
List<? extends BeanType<?>> |
getBeanTypes()
Return all the bean types registered on this server instance.
|
List<? extends BeanType<?>> |
getBeanTypes(String baseTableName)
Return the bean types mapped to the given base table.
|
DatabasePlatform |
getDatabasePlatform()
Return the DatabasePlatform for this server.
|
DataSource |
getDataSource()
Return the associated DataSource for this EbeanServer instance.
|
ServerConfig |
getServerConfig()
Return the serverConfig.
|
beginTransaction, beginTransaction, beginTransaction, commitTransaction, createCallableSql, createCsvReader, createEntityBean, createNamedQuery, createQuery, createQuery, createSqlQuery, createSqlUpdate, createTransaction, createTransaction, createUpdate, currentTransaction, delete, delete, delete, delete, delete, deleteAll, deleteAll, deleteAll, deleteAll, deleteAllPermanent, deleteAllPermanent, deleteAllPermanent, deleteAllPermanent, deletePermanent, deletePermanent, deletePermanent, deletePermanent, diff, docStore, draftRestore, draftRestore, draftRestore, draftRestore, endTransaction, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, externalModification, filter, find, find, find, findCount, findEach, findEach, findEachWhile, findEachWhile, findFutureCount, findFutureIds, findFutureList, findFutureRowCount, findIds, findList, findList, findMap, findPagedList, findRowCount, findSet, findUnique, findUnique, findVersions, getAutoTune, getBackgroundExecutor, getBeanId, getBeanState, getExpressionFactory, getMetaInfoManager, getName, getPluginApi, getReference, getServerCacheManager, insert, insert, insertAll, insertAll, json, markAsDirty, nextId, publish, publish, publish, publish, refresh, refreshMany, register, rollbackTransaction, save, save, saveAll, saveAll, setBeanId, shutdown, sort, update, update, update, update, update, updateAll, updateAll, validateQueryServerConfig getServerConfig()
DatabasePlatform getDatabasePlatform()
List<? extends BeanType<?>> getBeanTypes()
<T> BeanType<T> getBeanType(Class<T> beanClass)
List<? extends BeanType<?>> getBeanTypes(String baseTableName)
BeanType<?> getBeanTypeForQueueId(String queueId)
DataSource getDataSource()
Copyright © 2016. All rights reserved.