hibernate-issues

hibernate-issues@lists.jboss.org
  • 1 participants
  • 917 discussions
[Hibernate-JIRA] Created: (HHH-5261) Miscellaneous typos and a handful of minor content issues
by David M. Karr (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-320) JPATraversableResolver fails if the annotated property does not have a getter
by Hardy Ferentschik (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HSEARCH-529) Support NumericField
by Emmanuel Bernard (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5241) One-to-many relationship to class with JOINED inheritance causes assertion failure in JoinedSubclassEntityPersister
by Stu White (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-325) Align javadoc styles with the Core javadoc styles
by Hardy Ferentschik (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-2645) Synchronization bottleneck in EntityModeToTuplizerMapping
by Erik Bergersjö (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-3050) Convert usage of Hibernate's FastHashMap to ConcurrentHashMap (Java 1.5)
by Gail Badner (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5243) Hiberate Second level Cache refresh
by Calvin Ye (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5250) On setting a String-Value for a integer entity-field in a criterion, produces a ClassCastException, see also HHH-5238
by Hannes Havel (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5249) Component.java MappingException needs more detail
by Travis Stevens (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5247) Schema validator doesn't check indices or unique keys
by Ian Haken (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5242) NamingHelper writes credential information to the log
by Yiming Du (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-1134) subclass tag with discriminator in one to many mapping
by HG (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5240) FetchProfile should also support LAZY
by Marc Schipperheyn (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5238) On setting a String-Value for a integer entity-field in a criterion, produces a ClassCastException
by Hannes Havel (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HSHARDS-61) default_schema is not implemented in ShardConfiguration
by Hubert LUCHINI (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5005) Column name not prefixed with table name alias
by Jeremy Hindmarsh (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5237) Version increment on joined subclass uses incorrect column names
by Ryan Reck (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-1853) CREATE SCHEMA inside database-object need to execute before tables are created
by Robert Willian Gil (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-16) Explicit joins on unrelated classes
by Gail Badner (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-1134) subclass tag with discriminator in one to many mapping
by Gail Badner (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-4786) SerializableType + custom Serializable class + L2 cache causes problems
by Steve Ebersole (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-1134) subclass tag with discriminator in one to many mapping
by HG (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-324) Default annotation not executing when group selector activated
by Marc Schipperheyn (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (ANN-820) TypeDef does not work when used on @Embeddable or @MappedSuperClass classes.
by Ted Bergeron (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5232) Use intern() to reuse strings and reduce memory usage / save 6%
by Yves Galante (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-323) URL Validator needs to pass on empty Strings
by Marc Schipperheyn (JIRA)
15 years, 11 months
[Hibernate-JIRA] Updated: (HHH-4401) @Formula(value="")
by Emmanuel Bernard (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-4401) @Formula(value="")
by Emmanuel Bernard (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5226) Specify the error instead on general UnsupportedOperationException
by Rincy Rappai (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-322) Establish a processor option "verbose"
by Gunnar Morling (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HV-298) Add a section on using the annotation processor to the HV reference guide
by Gunnar Morling (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-16) Explicit joins on unrelated classes
by Douglas Ferguson (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-4401) @Formula(value="")
by Gail Badner (JIRA)
15 years, 11 months
[Hibernate-JIRA] Created: (HHH-5227) Stored Procedure invocation gets 'top 2' embedded by SQLServerDialect
by Eduard Martinescu (JIRA)
15 years, 11 months
[Hibernate-JIRA] Commented: (HHH-16) Explicit joins on unrelated classes
by Douglas Ferguson (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HV-321) javax.persistence.PersistenceException when trying to validate an object graphs with a class-level constraint annotation. In addition to the error report HV-266
by Johnny (JIRA)
15 years, 12 months
[Hibernate-JIRA] Resolved: (HHH-4401) @Formula(value="")
by Emmanuel Bernard (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HSEARCH-168) Add the ability to disable automatic indexing both on a per index level and programmatically
by Eric Winter (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HSEARCH-525) Application hangs, main thread returns but some other thread spawned keeps application from ending
by ddbattlefield2142 (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5221) Support orphanRemoval on @OneToOne in @Embedded
by Anders Wallgren (JIRA)
15 years, 12 months
[Hibernate-JIRA] Commented: (HHH-1480) JOIN precendence rules per SQL-99
by Mark Derricutt (JIRA)
15 years, 12 months
[Hibernate-JIRA] Assigned: (HHH-4401) @Formula(value="")
by Steve Ebersole (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (ANN-846) Infinite loop occurs while doing findById on a Parent domain Object having OneToMany relationship with child domain with composite primary key
by RAMESH BABU NL (JIRA)
15 years, 12 months
[Hibernate-JIRA] Updated: (HHH-1907) offload metadata information from ComponentType to SessionFactory
by Steve Ebersole (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5135) Prefix is missed in HQL query for property mapped to column 'TO_DATE' on Oracle 10g
by Vladimir Ivanov (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5063) Projections that have aliases same as the property name result in invalid sql
by Shawn Clowater (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5219) DATETIME column incorrectly validates against DATE column
by Ian Haken (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (METAGEN-26) Update readme.txt
by Hardy Ferentschik (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HSEARCH-526) Mass Indexer Logs Multiple NullPointerExceptions
by j nadler (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-3884) NPE with mutable Natuarl Id's
by Michael Kopp (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5216) Fieled is only set null
by Nima Rad (JIRA)
15 years, 12 months
[Hibernate-JIRA] Resolved: (HHH-1574) AbstractEntityPersister.getNaturalIdentifierSnapshot doesn't work with many-to-one ids (Alex Burgel)
by Gail Badner (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-4971) Findbugs Warnings
by Marco Tulio Valente (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-3068) Update of an entity with immutable natural-id and many-to-one relation seems to fail
by Pascal Cohen (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-2041) Update with unaltered natural-id fails
by Jim Pease (JIRA)
15 years, 12 months
[Hibernate-JIRA] Updated: (HHH-1574) AbstractEntityPersister.getNaturalIdentifierSnapshot doesn't work with many-to-one ids (Alex Burgel)
by Gail Badner (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5215) SQLQueryImpl Memory Leak causes OutOfMemoryException
by Pamir Erdem (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-3256) OptimizerFactory$PooledOptimizer.generate doesn't set keep the in-memory hi_value in sync with the db next_val (after a JBoss restart)
by Tom Muldoon (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5214) Error with temporary tables
by Carlos Pinzon (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5053) Duplicate primary keys when using the SEQUENCE strategy due to underlying sequence not being updated when the SequenceGenerator's allocatedSize is greater than 1
by atomicknight (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HSEARCH-324) @DynamicBoost(BoostStrategy.class)
by Emmanuel Bernard (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5207) Unexpected exception occurs during refresh of a transient immutable business object.
by James Norton (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-4065) Incorrect SQL is used for HQL if the number of values for a filter collection parameter is changed
by Nicklas Nordborg (JIRA)
15 years, 12 months
[Hibernate-JIRA] Created: (HHH-5211) no need to create a schema first when run this test org.hibernate.test.sql.hand.custom.db2.DB2CustomSQLTest
by Strong Liu (JIRA)
15 years, 12 months
[Hibernate-JIRA] Commented: (HBX-633) Reverse engineered VERSION columns cause ClassCastException
by Max Rydahl Andersen (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5203) JDBCException thrown during schema export (or hbm2dll) should include sql
by Rupesh Kumar (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Jeff Schnitzer (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5199) Formula should use aliases in order by
by Stephane Epardaud (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1853) CREATE SCHEMA inside database-object need to execute before tables are created
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1853) CREATE SCHEMA inside database-object need to execute before tables are created
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1853) CREATE SCHEMA inside database-object need to execute before tables are created
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5196) Deprecate Type methods on org.hibernate.Hibernate
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5182) Inject SessionFactory into "non-basic" Types
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HV-319) ConstraintPayload not part of javax.validation
by Marc Schipperheyn (JIRA)
16 years
[Hibernate-JIRA] Commented: (HBX-633) Reverse engineered VERSION columns cause ClassCastException
by Taran Preet Singh Sodhi (JIRA)
16 years
[Hibernate-JIRA] Created: (HV-305) JPATraversableResolver tries to access properties that do not exist
by Stephan Bublava (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Jeff Schnitzer (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Jeff Schnitzer (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Sergey Vladimirov (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-672) bug in ComponentType isModified method ClassCastException (dom4j)
by Jason Clawson (JIRA)
16 years
[Hibernate-JIRA] Updated: (HHH-672) bug in ComponentType isModified method ClassCastException (dom4j)
by Jason Clawson (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-672) bug in ComponentType isModified method ClassCastException (dom4j)
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-672) bug in ComponentType isModified method ClassCastException (dom4j)
by Jason Clawson (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Issue Comment Edited: (HHH-1501) insert long string (more than 32700) fails on derby
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5198) Generating schema for JoinColumn with SecondaryTable and SingleTable inheritance.
by Yasen Terziivanov (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5194) SequenceHiLoGenerator does not update the lo value
by Swen Thümmler (JIRA)
16 years
[Hibernate-JIRA] Issue Comment Edited: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Steve Ebersole (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5183) Inheritance (single table) and @SecondaryTable
by Nicolas Romanetti (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5030) BaseRegionAdapter shouldn't rely on optional Cache#toMap method
by Adrian Hummel (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5189) Same table is mapped twice but different primary keys. Giving error while secondPassCompileForeignKeys.
by Sardar Romender Singh (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5121) Using Oracle analytical functions causes QuerySyntaxException
by Tarek Nabil (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Sergey Vladimirov (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5170) Used unsaved-value="any" for <composite-id>, Getting exception Object references an unsaved transient instance - save the transient instance before flushing, even though record exist in the DB
by Deepesh Seetharaman (JIRA)
16 years
[Hibernate-JIRA] Commented: (HHH-1501) insert long string (more than 32700) fails on derby
by Gail Badner (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5164) HQL putting quotes around SMALLINT field
by Shawn Kuenzler (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-5193) Can't use date as field name
by Douglas Ferguson (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-518) pom.xml misses pluginrepository
by Marc Schipperheyn (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-503) Generated archetype broken for any package name with dot (.)
by G Fernandes (JIRA)
16 years
[Hibernate-JIRA] Created: (HHH-4909) Null Pointer Exception When Usding Spring 3.0 with Hibernate 3.5.0-Beta-x
by Petar Tahchiev (JIRA)
16 years
[Hibernate-JIRA] Created: (EJB-463) Merging of one-to-many relations not JPA spec compliant for lazy relations
by Dirk (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-333) Remove or improve log warning in DocumentBuilderContainedEntity.checkDocumentId
by Hardy Ferentschik (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-486) Review the getting started section's pom and archetype creation
by Emmanuel Bernard (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-522) Search only compiles against JDK 6 with the current version of JGroups
by Hardy Ferentschik (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-519) Update JGroups dependencies
by Sanne Grinovero (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-515) Lucene AlreadyClosedExceptions During Batch Processing With ASYNC Workers
by j nadler (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-506) Suggest dependency to core 3.5.1
by Sanne Grinovero (JIRA)
16 years
[Hibernate-JIRA] Created: (HSEARCH-512) Associate with two open session issue and subsequent hang
by Marc Schipperheyn (JIRA)
16 years
Results per page: