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. Hibernate3 + Oracle Sequence.
  2. IllegalArgumentException Using JndiObjectFactoryBean
  3. Unit testing hibernate dao in spring without templates
  4. How do I obtain the Hibernate Configuration object
  5. setting up oracle with spring
  6. Return resultSet or cursor from SimpleJDBCCall
  7. JBoss DataSource and Encrypted Password
  8. Unique Constraint and query after error (AssertionFailure)
  9. Transaction Management (newbie question)
  10. javax.naming.NameNotFoundException
  11. Problem with Hibernate And JDBC
  12. Can we have a listener for a TransactionManager
  13. error saving a blob
  14. Make HibernateCallback doInHibernate transactional?
  15. Hibernate Problem with MiddleGen
  16. Spring JDBC Issue with multiple objects within an object
  17. Hibernate Collection
  18. RdbmsOperation Logging
  19. Transaction Management in Spring+IBatis
  20. Problem with @Transactional and nested methods
  21. How to inject a Datasource without using xml?
  22. JDBCTemplate or SimpleJDBCTemplate example using ResultSetExtractor
  23. hibernate 2nd lvl cache config
  24. Newbie Question for Spring+Hibernate
  25. BeanPropertyRowMapper doesn't populate domain objects
  26. can Spring & Hibernate create tables at runtime??
  27. Ordering query results with Hibernate
  28. singleton or not for DAO ?
  29. Issue (bug?) with complex SQL and getSimpleJdbcTemplate
  30. MS SQL Server -> MySQL
  31. maven module, hibernate session factory
  32. Find when connection opened/closed?
  33. Spring @Transactional LazyLoad exception
  34. DataAccessResourceFailureException
  35. Transaction and JCR
  36. Customizing ParameterizedBeanPropertyRowMapper
  37. transaction manager with annotation for JDBC + hibernate
  38. How to update multiple rows using spring's sql?
  39. Read a XML document
  40. IN clause with JdbcTemplate
  41. Passing Multiple command objects
  42. while using hql how do i initialize a collection.
  43. Session per Conversation/Request
  44. Newbie looking for a book
  45. @Transactional on Parent Class methods
  46. Many transaction classNotFound errors with simple JDBC DataSourceTransactionManager
  47. c3p0 config
  48. Code in @BeforeClass isn't run inside of a transaction
  49. JNDI or JDBC programmatically
  50. uncaught exception hibernate exception in springs
  51. hibernate contexual session with spring
  52. Hibernate transactions not allowed on Controllers?!
  53. Handling LazyLoading with Spring + JPA
  54. HibernateTemplate: unnecessary SELECT statement
  55. NullPointerException: SimpleJDBCTemplate doesn't find my datasource
  56. [Newbie] stored procedure problem : wrong number or types of arguments in call
  57. how to specify rollbackFor on unit test method.
  58. Spring Jms Local Transaction problems
  59. Spring Newbie using SimpleNamingContextBuilder?
  60. Hibernate 3 Transactions
  61. Transactions / Hibernate AND JDBC
  62. @Transactional doesn't work on inherited methods
  63. Complex Collection
  64. problem subselect mysql
  65. AbstractTransactionalDataSourceSpringContextTests
  66. Generated value from sequence for non primary key property
  67. how to develope multi data access using spring webogic
  68. JBoss + Spring 2.5.2 + Hibernate javax.naming.NameNotFoundException: OracleDS not bou
  69. Need Advice re lazyloadingFilter
  70. Setup Spring/JPA with unknown/dynamic datasources
  71. Please give me some advice about resultMap in sqlMap configuration..
  72. Programmatic Transaction Management: TransactionCallback Implementation Example
  73. Spring/Hibernate Application Hangs after 8 sql statement
  74. Yet another caching question
  75. Confusion with making Hibernate 3.2 work
  76. Merging HBM Files from Multiple Application-context.xml files onto a single context
  77. Reusing named parameters?
  78. No Hibernate Session bound to thread
  79. How to store thousands of Java Objects in DB efficiently
  80. org.hibernate.TransientObjectException: object references an unsaved transient...
  81. How to mapping "java.sql.ResultSet" to java bean?
  82. JTATransactionManager+JBoss = cannot open nested transaction
  83. AbstractJpaTests with WEB-INF/applicationContext.xml
  84. JdbcTemplate queryForObject question
  85. Nested Transaction not flushed
  86. JpaTemplate can read but not write
  87. problem with saveing composite-element
  88. Is there a problem with SimpleJdbcCall
  89. Errors : Exception sending context initialized event to listener instance
  90. HibernateTemplate is null!
  91. I'm almost dead... spring team SOS (multiple cursor closed exception)
  92. Insert BLOB with oracle jdbc driver 9.2.0.8
  93. JPA (LocalContainerEntityManagerFactoryBean) and Tomcat 6
  94. Spring + Hibernate: Event listeners mapping
  95. Shall I use a Connection Pool for my Desktop app?
  96. Inheritance in DAO
  97. Data Caching
  98. injecting datasource vs jdbctemplate
  99. Multiple webapps, one database, and TransactionProxyFactoryBean
  100. problems with Oracle's schemas and ComboPooledDataSource
  101. "org.springframework.orm.hibernate3.annotation .AnnotationSessionFactoryBean"
  102. Which TransactionManager with a JDBC and Hibernate ?
  103. Multiple inserts for one object on a single save
  104. Spring + Hibernate 1st Update after Insert fails
  105. cant find hibernate mapping resources on jetty 6.1.5
  106. spring 2.5.2 @transactional with Hibernate, no flush/commit problem
  107. JDBCDAOSupport and Sequences
  108. Routing data sources with AbstractRoutingDataSource
  109. JBoss 4.2.2 + Spring 2.5.2 JNDI lookup
  110. PersistenceUnitManager : No single default persistence unit defined in
  111. setRollbackOnly() for cancelling database query.
  112. AbstractTransactionalDataSource... hibernate key generator
  113. Best JDBC driver for Spring?
  114. Which is the best EJB3 provider?
  115. a lazyInitalizationException problem
  116. How to set the connection time zone (Oracle, JdbcTemplate, Session Time Zone not set)
  117. HibernateTemplate and lazy loading
  118. JPA - Working around a Jboss bug
  119. HibernateTemplate 2.5 API Docs Question
  120. does each dao method need to throw DataAccessException?
  121. Spring managed JPA entity listener
  122. Spring transaction propagation SUPPORTS
  123. CLOB resource release with SimpleJdbcCall stored procedure
  124. Exception handling and transaction management
  125. Transactions with multiple DBs [Not JTA]
  126. Encryption Spring configuration files.
  127. Spring / Hibernate / CXF / Oracle
  128. Accessing data from 3 different datasource
  129. SimpleJdbcUpdate is missing !!
  130. bad .class version...
  131. Spring Modules and JCS caching: baaaad performance
  132. SimpleJDBCInsert does not work with MS SQL Server 2000
  133. JdbcTemplate Example
  134. Spring + Netbeans RCP + JPA
  135. SchemaUpdate - no datasource found?
  136. lazyInitializeEception problem and transactional
  137. Best Practise: Howto handle a Connection Reset
  138. XSLT --> HTML Rendering question?
  139. Emulating Open Session In View pattern for outside container testing
  140. iBatis SqlMapClientFactoryBean can't find sqlmapConfig.xml
  141. WebSphere transaction management
  142. Runing Junit test org.apache.commons.pool.impl.GenericObjectPool: method <init>()V no
  143. JDBC - way to print prepared statement SQL?
  144. Hibernate second level caching
  145. TomcatInstrumentableClassLoader problem
  146. Help ...
  147. JPA w/ Hibernate - creates & updates don't work
  148. multiple application context unit test.
  149. MapSqlParameterSource Vs Hibernate Criteria
  150. Spring 2, Tomcat 6 and JPA annotations
  151. Questions regarding JPA providers and java agent
  152. Weird Result with JDBCTemplace.query
  153. select for update using JDBCTemplate
  154. Usage of PersistenceAnnotationBeanPostProcessor
  155. SimpleJdbcCall mdata lookup broken for overloaded procedures
  156. Newbie to Spring. need help
  157. toplink cahe does not work with LocalContainerEntityManagerFactoryBean
  158. Association
  159. retrieving null values from ResultSet
  160. no import statements needed for plain hibernate 3 DAO?
  161. How to use SimpleJdbcTemplate#query without arguments
  162. single pojo two diffrent tables
  163. How to set transaction rollbackOnly with method parameter ?
  164. JNDI UnsatisfiedDependencyException - What am I doing wrong?
  165. multiple spring DAO in one service
  166. Swap DataSource during installating process
  167. Swap DataSource during installating process
  168. trasnaction name in websphere
  169. How to make 2 JDBC calls as a single Transaction
  170. JDBCTemplate passing null values
  171. Why won't this work? Inserting null value
  172. NESTED Propagation configuration
  173. DataAccess In LoginValidator
  174. How to prevent closing hibernate session when transaction rollback?
  175. NamedParameterJdbcTemplate problem: column name vs. column label
  176. Overrding Tx annotions with XML definitions
  177. LazyInitializationException with nested transactions
  178. Hibernate second level caching: slow - no, really slow
  179. Hibernate & Oracle Result Set Closed Errors
  180. Duplicate Inserts into tables
  181. Cannot get spring's @Transactional to run.
  182. jpaTemplate.find(class,pk) generates unordered key WHERE clause
  183. Help with optimistic concurrency
  184. Spring 2.5.3, Hibernate 3.2, JPA via @Annotations - TransactionRequiredException
  185. NonUniqueObjectException with PROPAGATION_REQUIRES_NEW
  186. org.springframework.transaction.TransactionSystemE xception
  187. Hibernate 2nd level cache
  188. Spring + EJB3 CMT --> żOSIV or OEMIV?
  189. Help needed on separating DAO-Layer from the Service Layer
  190. Dynamically changing the database
  191. better way to feed object
  192. No transaction is started in test case
  193. how to make transaction / hibernate session always available
  194. error code [17004] when insert null
  195. Cannot get hibernate to save when using contextual sessions
  196. hinbernate and spring w.r.t to boiler plate
  197. Illegal attempt to associate a collection with two open sessions
  198. Why does @Rollback(true) not work.
  199. TopLinkJpaVendorAdapter differs from Hibernate and OpenJpa Adapters?
  200. exception in DAO
  201. Release spring-hibernate3-2.5.3.jar to maven central repository
  202. Store custom object in JNDI
  203. Spring, JPA and Tomcat
  204. Creating Database at runtime
  205. Putting a connection back on the Pool
  206. JPA source code for Spring 2.0.6
  207. Too many connections in dbcp pool
  208. confusing Propagation.REQUIRED problem
  209. Problem with jdbctemplate
  210. Need help on how to manually close and obtain Session?
  211. How to get resultset from JDBCTemplate
  212. Using resultset as output parameter in spring with ibatis
  213. Integration testing failed with JPA and Spring 2.5
  214. Where to store SQL?
  215. DataIntegrityViolationException on HibernateTemplate.save()
  216. AbstractJpaTests and multiples DataSouces in Spring-config.xml?
  217. JdbcTemplate
  218. Error with JPA and JTA
  219. Problem with JPA/Hibernate
  220. Hibernate/IBatis/JPA for batch applications
  221. OpenSessionInViewFilter works in Tomcat NOT OracleAS
  222. transaction binding problem
  223. hibernate LazyInitializationException. with OpenSessionInViewInterceptor.
  224. How to get resultset from sqlmapclienttemplate?
  225. any exception handler for @tranasactional ?
  226. transaction demarcation: where?
  227. Support for JPA in combination with Hibernate Search?
  228. Spring with JNDI connection pooling
  229. inner join and object
  230. JNDI Lookup Spring 2 RAD 6 SDK 1.4 WinXP
  231. Invalid length parameter passed to the substring function
  232. Error when trying to run unit test with JPA
  233. Thread Safety
  234. error cannot load JDBC driver class
  235. Multiple database connectivity with spring
  236. query in xml file
  237. SimpleJdbcDaoSupport oracle procedure
  238. Handling multiple Oracle scheme with JPA
  239. HQL map value search
  240. InvalidClassException when deserializing TransactionException
  241. c3p0 configuration for hibernate
  242. JPADaoSupport
  243. Help: getHibernateTemplate().save Problem!
  244. does c3p0 include the connector/j?
  245. NotWritablePropertyException - When trying to bind
  246. transaction handling outside spring
  247. Issue with the Delete operation in Hibernate
  248. Spring JNDI
  249. Spring JNDI
  250. Type Safety Warning