1. ManyToOne Mapping using play GenericModel stackoverflow.comI am trying to connect to an existing Sybase database using Play Framework JPA.
|
2. Trouble Mapping a Sybase Money Column forum.hibernate.orgI am trying to map a money column in my hibernate configuration, but am having serious trouble doing so. I haven't touched hibernate in many years, so for the most part you could say I am relatively new to this. I have yet to try a custom type, thinking that there must be a simpler solution for this. I have tried ... |
3. One to Many Mapping problem with Sybase forum.hibernate.orgI have written a O/R mapping about a parent table and a child table,but when i delete the records, there's a problem error like this : the xml is: Parent table: |
4. mapping problem in hibernate - sybase forum.hibernate.orgNewbie Joined: Tue Feb 22, 2005 3:14 pm Posts: 18 Hi List, I am a newbie to hibernate, I have downloaded the hibernate and I could get the sample app running from my java application (my java application connects to the hsqldb). Basically I am having trouble in connecting my sybase db using hibernate. When I tried to connect sybase from ... |
5. Bug: Mapping 'boolean' to Sybase 'bit' does not work forum.hibernate.orgorg.hibernate.PropertyAccessException: exception setting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) setter of xxx.index.IndexForPublication.setIndexTypeId at org.hibernate.tuple.PojoComponentTuplizer.setPropertyValues(PojoComponentTuplizer.java:63) at org.hibernate.type.ComponentType.setPropertyValues(ComponentType.java:262) at org.hibernate.type.ComponentType.resolve(ComponentType.java:446) at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:105) at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:510) at org.hibernate.loader.Loader.doQuery(Loader.java:419) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:210) at org.hibernate.loader.Loader.doList(Loader.java:1562) at org.hibernate.loader.Loader.list(Loader.java:1545) at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:111) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1316) at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:299) at xxx.HbMgr.getAll(HbMgr.java:63) at xxx.index.IndexTest.setUp(IndexTest.java:60) at junit.framework.TestCase.runBare(TestCase.java:125) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:474) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:342) ... |
6. Problem using sybase varbinary to serializable type mapping forum.hibernate.orgI am having problem using hibernate varbinary to serializable column mapping. It is able to store and retrieve the data fine in one session. But if I try to retrieve the existing data from the database table, then it gives org.hibernate.type.SerializationException: Any suggesstions/comments? Following are the details: Hibernate version: 3.0.5 Mapping documents: |
7. Mapping java byte[] to sybase IMAGE type forum.hibernate.orgHello, I have a system using hibernate-3.2+entity-mgr+annotations that works with Oracle, PostgreSQL, MySQL5, SQLServer. I want it to also work with Sybase. But the Sybase IMAGE column type is giving me a problem. I am mapping a java byte[] field to the appropriate database types -- such as oracle's LONGRAW -- without problems. However, since this field is used to store ... |
8. How to map sybase sysobjects, syscolumns or systypes forum.hibernate.org |
9. Error mapping Sybase column type: money forum.hibernate.org |