A B C D E G I J L M N O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- setAllowCreate(boolean) - Method in class org.apache.isis.persistence.jdo.spring.integration.TransactionAwarePersistenceManagerFactoryProxy
-
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
- setAllowCreate(boolean) - Method in class org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean
-
Set whether the PersistenceManagerFactory proxy is allowed to create a non-transactional PersistenceManager when no transactional PersistenceManager can be found for the current thread.
- setAutodetectDataSource(boolean) - Method in class org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager
-
Set whether to autodetect a JDBC DataSource used by the JDO PersistenceManagerFactory, as returned by the
getConnectionFactory()method. - setBeanClassLoader(ClassLoader) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
- setConfigLocation(Resource) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
-
Set the location of the JDO properties config file, for example as classpath resource "classpath:kodo.properties".
- setDataSource(DataSource) - Method in class org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager
-
Set the JDBC DataSource that this instance should manage transactions for.
- setJdbcExceptionTranslator(SQLExceptionTranslator) - Method in class org.apache.isis.persistence.jdo.spring.integration.DefaultJdoDialect
-
Set the JDBC exception translator for this dialect.
- setJdoDialect(JdoDialect) - Method in class org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager
-
Set the JDO dialect to use for this transaction manager.
- setJdoDialect(JdoDialect) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
-
Set the JDO dialect to use for the PersistenceExceptionTranslator functionality of this factory.
- setJdoDialect(JdoDialect) - Method in class org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean
-
Set the JDO dialect to use for this proxy.
- setJdoProperties(Properties) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
-
Set JDO properties, such as"javax.jdo.PersistenceManagerFactoryClass".
- setJdoPropertyMap(Map<String, Object>) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
-
Specify JDO properties as a Map, to be passed into
JDOHelper.getPersistenceManagerFactory(if any). - setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager
-
Set the PersistenceManagerFactory that this instance should manage transactions for.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.apache.isis.persistence.jdo.spring.support.OpenPersistenceManagerInViewInterceptor
-
Set the JDO PersistenceManagerFactory that should be used to create PersistenceManagers.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean
-
Set the target PersistenceManagerFactory for this proxy.
- setPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.apache.isis.persistence.jdo.spring.support.StandardPersistenceManagerProxyBean
-
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
- setPersistenceManagerFactoryBeanName(String) - Method in class org.apache.isis.persistence.jdo.spring.support.OpenPersistenceManagerInViewFilter
-
Set the bean name of the PersistenceManagerFactory to fetch from Spring's root application context.
- setPersistenceManagerFactoryName(String) - Method in class org.apache.isis.persistence.jdo.spring.integration.LocalPersistenceManagerFactoryBean
-
Specify the name of the desired PersistenceManagerFactory.
- setPersistenceManagerInterface(Class<? extends PersistenceManager>) - Method in class org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean
-
Specify the PersistenceManager interface to expose, possibly including vendor extensions.
- setTargetPersistenceManagerFactory(PersistenceManagerFactory) - Method in class org.apache.isis.persistence.jdo.spring.integration.TransactionAwarePersistenceManagerFactoryProxy
-
Set the target JDO PersistenceManagerFactory that this proxy should delegate to.
- setTransactionActive(boolean) - Method in class org.apache.isis.persistence.jdo.spring.integration.PersistenceManagerHolder
- shouldCommitOnGlobalRollbackOnly() - Method in class org.apache.isis.persistence.jdo.spring.integration.JdoTransactionManager
-
This implementation returns "true": a JDO commit will properly handle transactions that have been marked rollback-only at a global level.
- shouldNotFilterAsyncDispatch() - Method in class org.apache.isis.persistence.jdo.spring.support.OpenPersistenceManagerInViewFilter
-
Returns "false" so that the filter may re-bind the opened
PersistenceManagerto each asynchronously dispatched thread and postpone closing it until the very last asynchronous dispatch. - shouldNotFilterErrorDispatch() - Method in class org.apache.isis.persistence.jdo.spring.support.OpenPersistenceManagerInViewFilter
-
Returns "false" so that the filter may provide an
PersistenceManagerto each error dispatches. - SpringPersistenceManagerProxyBean - Class in org.apache.isis.persistence.jdo.spring.support
-
Proxy that implements the
PersistenceManagerinterface, delegating to the current thread-bound PersistenceManager (the Spring-managed transactional PersistenceManager or the single OpenPersistenceManagerInView PersistenceManager, if any) on each invocation. - SpringPersistenceManagerProxyBean() - Constructor for class org.apache.isis.persistence.jdo.spring.support.SpringPersistenceManagerProxyBean
- StandardPersistenceManagerProxyBean - Class in org.apache.isis.persistence.jdo.spring.support
-
Proxy that implements the
PersistenceManagerinterface, delegating to a thread-bound PersistenceManager on each invocation - as defined by the JDO 3.0 specification. - StandardPersistenceManagerProxyBean() - Constructor for class org.apache.isis.persistence.jdo.spring.support.StandardPersistenceManagerProxyBean
All Classes All Packages