public interface SpiServer extends EbeanServer
| Modifier and Type | Method and Description |
|---|---|
<T> SpiBeanType<T> |
getBeanType(Class<T> beanClass)
Return the bean type for a given entity bean class.
|
List<? extends SpiBeanType<?>> |
getBeanTypes()
Return all the bean types registered on this server instance.
|
List<? extends SpiBeanType<?>> |
getBeanTypes(String baseTableName)
Return the bean types mapped to the given base table.
|
DatabasePlatform |
getDatabasePlatform()
Return the DatabasePlatform for this server.
|
ServerConfig |
getServerConfig()
Return the serverConfig.
|
beginTransaction, beginTransaction, beginTransaction, commitTransaction, createCallableSql, createCsvReader, createEntityBean, createNamedQuery, createNamedSqlQuery, createNamedSqlUpdate, createNamedUpdate, createQuery, createQuery, createSqlQuery, createSqlUpdate, createTransaction, createTransaction, createUpdate, currentTransaction, delete, delete, delete, delete, delete, deleteAll, deleteAll, deleteAll, deleteAll, deleteManyToManyAssociations, deleteManyToManyAssociations, diff, endTransaction, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, externalModification, filter, find, find, find, findEach, findEachWhile, findFutureIds, findFutureList, findFutureList, findFutureRowCount, findIds, findIterate, findList, findList, findMap, findMap, findPagedList, findRowCount, findSet, findSet, findUnique, findUnique, findVersions, getAutoTune, getBackgroundExecutor, getBeanId, getBeanState, getExpressionFactory, getMetaInfoManager, getName, getPluginApi, getReference, getServerCacheManager, insert, insert, insertAll, insertAll, json, markAsDirty, nextId, refresh, refreshMany, register, rollbackTransaction, runCacheWarming, runCacheWarming, save, save, saveAll, saveAll, saveAssociation, saveAssociation, saveManyToManyAssociations, saveManyToManyAssociations, shutdown, sort, update, update, update, updateAll, updateAllServerConfig getServerConfig()
DatabasePlatform getDatabasePlatform()
List<? extends SpiBeanType<?>> getBeanTypes()
<T> SpiBeanType<T> getBeanType(Class<T> beanClass)
List<? extends SpiBeanType<?>> getBeanTypes(String baseTableName)
Copyright © 2015. All rights reserved.