View Full Version : Data Access
- ClassCastException with HibernateTemplate
- Using Single DataSource for Hibernate and JDBC
- TransactionSynchronizationManager on Hibernate vs JPA
- BatchPreparedStatementSetter gives Duplicate Entry exception
- lazy loading of mapping files
- Hibernate, Transaction and the new aop xml syntax
- HibernateInterceptor or HibernateTemplate
- Declarative Transaction Management with Hibernate
- How to access Datasource from DAO
- Spring intregration with Versant JDO problem
- Change data "virtually"
- Login Modules and Spring Exception
- Spring 2.0 and JPA Integration using Resin 3.0.21
- @Entity with multiple classpaths
- UnexpectedRollbackException <-> DataIntegrityViolationException
- Transactions with both iBatis and Hibernate
- Hibernate sessionFactory does seem to use ApplicationContext ClassLoader
- lazy load with select
- ClassCastException while using HibernateTemplate's findByNamedQuery
- Concern with BatchSqlUpdate
- No JDBC connection can be made because the transaction state is Marked Rollback
- Keep an open connection
- Unable to map query using MappingSqlQuery
- JDBC sql: where author=? or author is null
- Hibernate unique-key accross class attribute
- petclinic Toplink jdbc.properties credentials ignored
- SimpleJdbCTemplate returning wrong number of results
- Unable to insert (Using Hibernate JPA and JPATemplate)
- IBatis key increment
- Hibernate session closed too early
- JdBC with Spring
- Confused about results from Stored Proc
- Connection Problem??
- How do i configure JNDI Data Source for hibernate
- How to log the prepared statements into the log file?
- Problem : HibernateTemplate not automatically participating in transaction
- How to structure data access?
- Dynamically Substituting column name in a query - gives problem
- Open-Session-In-View w/ sub-views
- org.springframework.dao.DataIntegrityViolationExce ption
- Hibernate session not joining transaction with JSE/Spring/JOTM/jTDS
- How to do query results with one-to-many relationship?
- How many parameters i can pass
- Wls + Jpa + Jta
- Bad practice?
- access the instance specified in the beans.xml
- How to set LockMode on find
- PreparedStatementCallback; bad SQL grammar
- How do you add two columns in HQL
- OpenSessionInView breaks optimistic locking?
- Problem with Spring MVC + JPA + Hibernate3
- Support unlimited number of (dynamically configured) databases
- Managed Entity Problem
- FLUSH EAGEL and rollback
- Complex hibernate mapping advice needed.
- SP with input paramter as BLOB
- Spring / hibernate - Audit column
- ClassCastException on TransactionProxyFactoryBean using prototype beans
- session lost or closed
- Transaction declarations
- Can not roll back txn with package correctly
- Low efficiency when I use spring + hibernate3
- Calling an Oracle SP
- I cautht an Exception about READ_COMMITTED and SERIALIZABLE :(
- Calling stored function in JPA
- Cannot catch Rollback Exceptions with @Transactional
- Oracle functions returning boolean
- TransactionProxyFactoryBean and multiple sessions
- Batch processing of stored procedures with output parameters
- database tests showing log messages, I don't want them
- AbstractTransactionalDataSourceSpringContextTests and autowiring
- Using JPOX JDO as part of a JTA transaction in WebSphere 5.0
- Selective Transactions
- LazyInitializationException during container startup
- Questions on DBUnit + Spring
- Hibernate and JDBC a dangerous mix
- How do I keep a session
- Spring/Hib adding .value, .offset, .count, and .hash to query
- Defining named queries in a JPA environment
- Obtaining Hibernate configuration via EntityManagerFactory
- OpenSessionInViewFilter closes too early
- LoadTimeWeaver for WebSphere?
- ORA-08177 - can't serialize access for this transaction
- possible bug in HibernateTemplate's bulkUpdate method.
- self contained hibernate jar file
- Issue in saveOrUpdateAll(Collection collection)
- ApplicationContext problem
- Setting db schema on startup
- JdbcTemplate.batchUpdate justification request
- InvalidDataAccessApiUsageException when throwing a "user defined exception"
- schemaExport under Hibernate 3.2.1
- HibernateObjectRetrievalFailureException concurrent delete and retrieve
- JPA: How to inject an EntityManager w/o using PersistenceAnnotationBeanPostProcessor?
- Observation on AbstractTransactionalSpringContextTests
- The most simple TransactionManager
- Transactions during runtime vs debugtime
- hibernate localization
- DataIntegrityViolationException
- Duplicated Sessions
- Hierarchy in Hibernate 3.2
- Hibernate - Cannot open connection (under peak load)
- HibernateInterceptor for Pojo Methods
- spring + hibernate
- Spring + TopLink + Embedded Derby
- Database updating when it shouldn't
- Updating composite objects with spring MVC and jdbc
- hibernate stateless session template in spring?
- HibernateTemplate / Hibernate 3 : DataAccessException ??
- HibernateCallBack()-Syntax issue
- Transaction Aspect not applied for Controller
- How to manage Hibernate session upon transaction rollback
- JTA with Jencks, Hibernate and multiple XA datasources
- How to set DB options for each hibernate DB connection.
- How can I configure JTA in JPA
- Unexpected/inappropriate application of rule based transaction attributes
- Framework "Pet Clinic" code sample and MySQL...
- JPA+Toplink+oracle10g+MVC can't save, update or delete
- Multi-user will overwrite each other's data
- HibernateTemplate leaves session memory leak
- Request problem using iBatis and postgresql 8.1
- Help needed on Associations using Hibernate and Spring
- Very strange error - Spring caching classes?
- uncategorized error in PreparedStatementCallback
- feature request: can hibernate template support excludeProperty() ?
- Transactions against a read-only database.
- Problem in attaching hibernate with spring
- Auto mapping of ResultSet row 2 object
- Encoding UTF-8 with JdbcTemplate()
- using spring bean in ibatis resultMap
- How to Use decode' function in HQL
- Strange problem with queyForList
- Canonical way to retrieve generated keys with JDBC?
- Reusing Prepared Statement in a Jdbc Template in a Dao
- locking at the db level
- Referencing to map key in HQL, is it possible?
- Hibernate JPA + Extended EM = exception "Transaction already active"
- problems with declarative transactions
- Avoiding NonUniqueObjectException
- Need help mapping to XML_Type
- Spring JDBC gets/releases connections until server dies
- passing ArrayList to stored procedure:java.sql.SQLException: invalid name pattern:
- Problems with using PropertyPlaceholderConfigurer
- Spring JDBC Hibernate and Declared Transaction
- How much Hibernate is too much Hibernate?
- Spring HibernateTemplate Transaction Problem with commit-No records Updated in DB
- OpenSessionInView: Filter or Interceptor
- No ClassLoaders found for: net.sf.cglib.transform.impl.InterceptFieldEnabled
- CannotGetJbbcConnectionExcpetion in MySQL
- setEndToEndMetrics
- getJpaTemplate().remove() -- how does this work?
- spring catch view error
- Error code ORA-00054
- Problem in transaction managment with hibernateTemplate()
- Stored Procedure Best Practices
- upgrade to ibatis 2.2 fails
- About JPOX as JCA Resource together with Spring
- How to create tests to simulate concurrent updates
- (JPA+TopLink+MySql4.1) Primary Key not getting Generated !!
- Database migration
- Transaction anotations and AOP
- AbstractTransactionalDataSourceSpringContextTests and LazyInitializationException
- how to pass arraylist to stored procedure with oracle in spring
- Null Hibernate SessionFactory
- Help configuring OpenJPA with Spring Framework
- about circular dependency in model
- spring 2.0.2 and hibernate error: No local DataSource found for configuration
- How to attach an existing session to a transaction ?
- desperate - iBatis config problem
- Dynamic Query
- Question about Ch-9 reference doc
- Connection timeout
- Spring 2 declarative tx management in local transactions.
- When to use a TP Monitor
- TransactionProxyFactoryBean and multiple sessions
- Problems retrieving a Set using Hibernate ...
- multiple jdbctemplate queries not aware of each other?
- what is the best practise to handle data not found at dao?
- serialize problem using iBATIS
- Manage exceptions with Transactions & OpenSessionInViewFilter
- Reading 'Java persistence with Hibernate'
- Unsuccessful: alter table add index
- JdbcUtils
- queryForRowSet error: com.sybase.jdbc2.tds.RowFormatToken.getSchemaName not completed
- Number of inserted rows in IBatis
- Need help with passing ARRAY to Oracle SP using AbstractSqlTypeValue
- The simplest Hibernate setup possible
- Hibernate delete sub collection
- Programmatic transaction management with hibernate /Spring
- Stored Procedure returning cursor
- row limit on delete opeartion in springs
- Transactions: UnexpectedRollbackException - marked foll rollback in outer tx
- java.lang.IllegalArgumentException: No matching editors or conversion
- Annotated transactions
- how to use SPRING WITH HIBERNATE
- IllegalStateException when creating a sessionFactory for Hibernate
- how to use SPring with HIBERNATE
- JpaDaoSupport in 2.0.1 is final -- unable to proxy method warning
- sessionForm, OSIV, lazy init exception for toMany relationships
- Spring JPA + Extended Persistence Context + Multiple Transactions
- Transaction demarcation in Multiple Session Factory scenario
- spring/hibernate 2 upgade weird flushing problem
- How to set up petclinic JPA implementation?
- ClassCastException getting an object using hibernateTemplate
- Which is better? JDBCTemplate or Query objects?
- What is the best model to access legacy database package (DDD)?
- Does Spring has Pagination concept of it's own??
- UnexpectedRollbackException with @Transactional
- No commit when change to hsqldb
- Oracle array from stored procedure
- Need Need help using BatchSqlUpdate for BLOB data
- Spring 2 and Hibernate issue
- Commit and Roll Back Transactions in Spring Framework
- ibatis with spring commit problem.
- Informix JDBC:Message text will be provided in later releases
- <aop:config/> results in classcastexception
- RowMapperResultSetExtractor extractData method question
- Unique key violation w/ Hibernate
- Good Book for Spring JDBC
- swapping data sources
- Regarding Syntax error in my SQL while insert
- Never-closing sessions (or almost) ?
- Docs don't make sense
- sql is required problem
- spring-orm.jar
- Oracle clob with JPA and spring
- StoredProcedure declareParameter limitation ?
- @Transactional
- Mixing annotations in Spring app, JPA and Hibernate?
- Setting Hibernate Flush mode in spring
- Toplink ignores JPA annotations / porting Petclinic
- HibernateTransactionManager vs. JtaTransactionManager
- File upload
- Atomic File Transaction with Spring
- Weird problem with declarative transaction and inheritance
- Hibernate Interceptor
- StoredProcedure doesn´t make commit
- Hibernate 3, Unknown entity
- Junit with spring - jpa -toplink
- Dynamic JDBC DataSources
- transaction propagation setting issue
- DAO & Hibernate Mix
- How to return distinct Object based on Criteria-Restriction
- Lost in @Transactional
- Lazy Intialization exception - J2SE, JPA/Hibernate
- how to set data in application context in Spring
- InvalidClassException
- Suggestions for flat file library?
- JTATransactionManager
- JPA and Toplink issue
- SchemaUpdate=true bug come again...
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.