PDA

View Full Version : Data Access


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

  1. accesing a previous row at the same time as inserting new row
  2. Newbie lost in own logic
  3. which O/R mapping tool to use?
  4. Examples of JPA configuration with annotations and Spring RC1?
  5. fetch out of sequence-- Spring JDBC
  6. StoredProcedure with DBMS_SQL.VARCHAR2_TABLE as output parameter
  7. Session per thread, HibernateTransactionManager necessary?
  8. using JdbcTemplate StatementCallback usage
  9. JTA under JDK1.5
  10. SPRING MOCK TOPLINK - Replace with real TopLink library to execute
  11. OpenSessionInView servlet filter, Hibernate flush issues
  12. Spring JDBC or Hibernate
  13. Problem regarding Transaction
  14. HibernateDAOSupport and consecutive filters
  15. SqlReturnResultSet vs. SqlOutParameter
  16. Hibernate3 support broken?
  17. Abstract DAO w/ Annotation
  18. how to do server side validatoin with db access?
  19. Howto register a Hibernate Event Listener
  20. PersistenceManagerFactoryUtils and TransactionSynchronization
  21. Query on SPring MVC using postgreSQL
  22. How to Configure Multiple Hibernate Session Factories through LocalSessionFactoryBean
  23. Some "gotchas" when using JdbcTemplate's result maps
  24. Regarding Transaction roll back in MySQL
  25. session.save(Object obj, Serializable id) was removed
  26. iBATIS: No SqlMapClient specified
  27. ClassCastException when getting LocalSessionFactoryBean
  28. Combining JDBC and Hibernate Transactions problem
  29. checking session to see if flush needed
  30. how to rollback in JBOSS+JTA+iBatis
  31. Fetch Values from Property File
  32. Accessing Collections in Found Object
  33. Execute straight SQL with Ibatis?
  34. Correct way to get/release JDBC connections with Spring?
  35. Commit and Rollback problems
  36. Spring and TopLink
  37. how to configure OracleConnectionCacheImpl and OracleDataSourceFactory
  38. StaleStateException: Batch update returned
  39. creating tables on startup for JUnit
  40. DBCP vs. C3PO.
  41. A SessionFactory Prototype Solution
  42. making Jdbc DAO's independent of the underlying DB
  43. Programmatic transactions won't commit
  44. Transaction commit problem with Spring/Hibernate
  45. hibernate template override
  46. Where to put business logic with DAO pattern
  47. Setting default schema for Spring Data Access
  48. Transaction rollback only partially complete
  49. Declarative Transactions across multiple DAOs
  50. connection pooling example
  51. declarative transaction problem
  52. Adding GenericDAO classes to Spring
  53. declarative transaction works only on single method, while EJB work on any
  54. Issue with declarative transaction
  55. DOs and DependencyInjectionInterceptorFactoryBean
  56. how to map a id which comes from a different table
  57. elp on my query project T_T
  58. LocalSessionFactoryBean not binding session
  59. "UserCredentialsDataSourceAdapter" not working with "commons.dbcp.BasicDataSource"
  60. Initializing each connection from pool
  61. StoreProcedure, SqlReturnResultSet, RowMapper
  62. WebSphereTransactionManagerFactoryBean -- READ_UNCOMMITTED
  63. Hibernate/Spring: Trying to insert into the wrong table
  64. Getting hibernate mappings
  65. Table mapping problem with Hibernate
  66. DB rows are locking with readOnly using TransactionProxyFactoryBean
  67. Empty Result from database
  68. Lazy loading across web accesses
  69. hibernateTemplate and hibernate3
  70. TransactionProxy isn't starting/committing transactions?
  71. Passing array to oracle using PLSQL
  72. HibernateCallback: FindInRangeCallback(quey, firstResult, maxResults) ?
  73. Problem with SqlUpdate and Oracle Express
  74. Lazy loading without Application Context
  75. OpenSessionInView session being used for transactions
  76. Concise proxies, declarative transactions and inheritance
  77. many-to-one hibernate mapping question
  78. unclosed connection, forgot to call close() on your session?
  79. Java5 tx annotation and overriding
  80. DataSource question for 2-tier apps.
  81. Hibernate3 and HibernateDAOSupport in 2.0M3
  82. CannotGetJdbcConnectionException is not thrown
  83. Open Session in View SWT
  84. DAO junit test with AbstractTransactionalDataSourceSpringContextTests, records disapp
  85. IBatis: SqlMapException: There is no statement named ...
  86. Hibernate 3 and StatelessSession
  87. Ibatis batches and transactions
  88. how to use OpenSessionInViewFilter?
  89. Transactional POJO (newbie question)
  90. JDBC Template and excecptions
  91. Spring+Hibernate with multiple databases on a web application.
  92. strange error
  93. Very slow running a hibernate unit test
  94. HibernateTemplate + transaction
  95. mixed HQL query (mapped/unmapped tables)
  96. Newbie - PetClinic - Data access failure: Problem
  97. OpenSessionInView and FlushMode.NEVER
  98. OpenSessionInViewFilter acts odd?
  99. java.lang.IllegalArgumentException: No Connection specified
  100. transaction configuration
  101. Exceptions thrown from iBATIS break transactions.
  102. SNAPSHOT Isolation Level
  103. to HibernateTemplate or not to HibernateTemplate
  104. Custom SessionFactory for EntityMode.DOM4J Session
  105. Spring Hibernate Integration
  106. can't use Session.saveOrUpdate() save date
  107. nextval, save, rollback or delete?
  108. a different object with the same identifier exception
  109. JUnit test extending AbstractTransactionalSpringContextTests
  110. hibernate properties in context file
  111. loading class with composite key indentity
  112. spring transactions - DAO with multiple resources - problem
  113. is it bug in SimpleJdbcTemplate
  114. Exception Handling Question
  115. TransactionProxyFactoryBean ignoring transactionAttributes?
  116. multithreaded data access: overhead of injection?
  117. Multithreaded data access: injection overhead?
  118. Question About Spring 2.0 M5
  119. java5 generics + jdbctemplate query
  120. JDBC connection from HibernateDaoSupport
  121. Securing Domain Objects: Service vs. DAO
  122. Hibernate Tools x LocalSessionFactoryBean
  123. org.hibernate.DuplicateMappingException
  124. Hibernate with spring
  125. transactional Annotations and AbstractFormControllers
  126. LazyInitializationException is too hard ?
  127. Transaction takes forever
  128. session.refresh() with Hibernate
  129. Ibatis SqlMap help please
  130. Is it possible to remove persistence.xml dependency
  131. Updates in Hibernate
  132. transaction rollback when OpenSessionInView connection broken
  133. entityManagerName
  134. Spring, Hibernate, Jboss-jta, Tomcat
  135. org.hibernate.HibernateException: No Hibernate Session bound to thread
  136. Insert query JUnit test case
  137. Lazy Loading and DB Connection Readonly...
  138. InvalidDataAccessApiUsageException OracleLobCreator needs to work on OracleConnection
  139. Audit solution in Spring
  140. Hibernate lazy loading with Quartz
  141. Optimistic Locking and collections
  142. Hibernate Query by example
  143. JUnit test case failed for select query
  144. Excecute three update queries in one transaction using Spring JDBC
  145. Can't get result set when calling iSeries (AS400) Stored Procedure
  146. How to get return value from stored proc when setFunction(true)
  147. OpenSessionInViewFilter / singleSession setting
  148. more stuff on updates
  149. AbstractTransactionalDataSourceSpringContextTests vs HSQLDB
  150. reattaching Hibernate objects
  151. Spring Hibernate Getting Started
  152. Hibernate annotated classes in multiple spring xml configuration files
  153. Problem with Spring Hibernate integration
  154. Problem with 2.0M5/JPA/ToplinkEssentials
  155. No batchUPdate in NamedParameterJdbcTemplate
  156. SqlQuery.newResultReader - Gone Missing in Spring 2.0!
  157. toplink configuration ignores spring context on initialization
  158. Oracle CLOB retrieval using Spring JDBC
  159. Introducing Spring managed transactions to an existing application?
  160. Problem with DataSource configuration
  161. xml problem
  162. Service thread + session factory
  163. Measuring getConnection Method within the StoredProcedure class
  164. Don't dereference a collection with cascade="all-delete-orphan"
  165. Spring with JDBC
  166. Usage of ActiveRowMapper
  167. jdbc application through a profiler:memory usage
  168. Cannot figure out declarative transactions
  169. outofmemory on long running process
  170. Spring transactions wiring with Hibernate DAOs local transactions
  171. Problem only after adding transactions
  172. NameMatchTransactionAttributeSource problem
  173. org.springframework.dao.IncorrectResultSizeDataAcc essException
  174. Why hit error when call the StoredProcedure?
  175. Resource getFile problem with JAR
  176. ExposeNativeSession = true; what happens??
  177. Multiple post-processors, unexpected results
  178. Spring & Hibernate - Running out of database connections
  179. Spring with hibernate in large applications
  180. Problems with identity key generation when using Spring transactions with Hibernate
  181. insert multi records
  182. JNDI DataSources on Oracle 10g
  183. Setting TopLinkJpaDialect
  184. Java.lang.ClassCastException with Hibernate lazy loading class
  185. Threading Issues
  186. JPA problem, entityManagerCreation
  187. deleting a list.....
  188. queryforint compiled?
  189. how to set timeout for when database is down
  190. How to use DataSourceTransactionManager and JdbcTemplate In a standalone Java Appl
  191. Hibernate Updates
  192. hibernate hbm attributes
  193. JdbcTemplate thread safety
  194. default values specified in the database
  195. strange hibernateTemplate behavior
  196. ToplinkTemplate.read()
  197. spring+hibernate+junit error
  198. java.lang.NoClassDefFoundError: net/sf/hibernate/cfg/Configuration
  199. md5 password sizes
  200. session.lock with hibernate template
  201. Send JMS Messages upon transaction commit?
  202. declarative txn and composed methods
  203. Hello.I have a basic question.
  204. Problem with getHibernate
  205. Sybase Transaction within Spring ?
  206. Which Transaction Manager to use?
  207. hibernate versioning
  208. HibernateTemplate flush behavior
  209. Transactions for multiactions
  210. Hibernate ans Spring JDBC
  211. Question of the JPetStore example
  212. HibernateTemplate in multithreaded app.
  213. Data access failure: No implementation classes found for interface
  214. 2.0-m4: spring-hibernate3.jar issue
  215. ehcache eviction
  216. scrollable ResultSets
  217. How to inject properties into persistent object?
  218. getting the error "failed to lazily initialize a collection of role"
  219. JdbcTemplate and Scrollable ResultSets
  220. reflection dificulty using ForName
  221. IllegalAccessError on Hibernate3 with Annotation initialization.
  222. Using multiple datasources in ibatis
  223. ClobStringType
  224. transaction management in data base calls using JdbcTemplate
  225. hybrid authentication
  226. Multiple HibernateTemplate Method Invocations In Single Session
  227. SimpleORM TransactionManager
  228. Switching to ContainerEntityManagerFactoryBean
  229. Problems configuring C3P0 via DataSource
  230. What about a AopJpaDaoSupport ?
  231. transferring raw jdbc data query to an excel view?
  232. spring jdbc, hibernate, iBatis
  233. OSIV and JTA transaction
  234. MultiThreading with Spring and Hibernate(MySQL)
  235. Best practices: commit transaction after N operations
  236. Spring jboss integration problem
  237. Can we reuse JdbcTemplate object?
  238. JPA Persistence.xml parse error
  239. Unique/Duplicate constraint post insert checking question.
  240. Problems with TransactionProxyFactoryBean
  241. Transaction Management and OpenSessionInViewFilter
  242. issue with lazy loading of springframework
  243. org.springframework.dao.DataIntegrityViolationExce ption: Hibernate operation
  244. can't close connection while SQLException happen
  245. using hibernatetemplate
  246. Session is closed
  247. Date Format Problem - Oracle/Hibernate
  248. Websphere DataSource and standalone Spring application
  249. Named Parameter with SQL "IN" Condition
  250. Dependency injection for Generic DAOs