| | Discriminator column not supported with JOINED strategy | | | | | Rejected | Nov 5, 2005 | Jan 28, 2014 | | |
| | Annotations: composite pk with two manytoone not working | | | | | Fixed | Apr 12, 2005 | Oct 21, 2011 | | |
| | Variation on 509, can't find join columns in key | | | | | Rejected | Dec 17, 2008 | Oct 1, 2010 | | |
| | referencedColumnName to non primary key foreign key column causes MappingException | | | | | Fixed | Dec 18, 2006 | Oct 1, 2010 | | |
| | The Annotation Binder apparently thinks that annoations should be on the specified IdClass instead of the real properties in the Entity itself contrary to the specification | | | | | Won't Fix | Mar 2, 2006 | Jan 13, 2010 | | |
| | Express @Type on a Map key | | | | | Fixed | Mar 14, 2008 | Jan 8, 2010 | | |
| | @Type with Maps from Element to Element applies to both key to value type. | | | | | Fixed | Feb 11, 2008 | Jan 8, 2010 | | |
| | @Immutable documentation improvement | | | | | Fixed | Apr 24, 2008 | Nov 16, 2009 | | |
| | @JoinColumn overrides scale and percision in ManyToOne map.. | | | | | Fixed | Jun 5, 2008 | Nov 4, 2009 | | |
| | Make possible to specify an @EmbeddedId's field in a @OneToMany's mappedBy property | | | | | Fixed | Jun 29, 2006 | Jul 31, 2009 | | |
| | Guaranty the same parameter ordering when overriding SQL across VMs and compilations (Søren Pedersen) | | | | | Fixed | Feb 7, 2007 | Jul 19, 2009 | | |
| | Primary key should not be set on nullable column | | | | | Fixed | May 19, 2008 | Jun 25, 2009 | | |
| | InterceptFieldCallback is being mapped again since its package changed in Hibernate core 3.3.1 | | | | | Won't Fix | Nov 11, 2008 | Jun 4, 2009 | | |
| | @JoinTable / @JoinColumn fails when using backticks in PK field name | | | | | Fixed | Mar 25, 2008 | Jun 2, 2009 | | |
| | Unbound property when default field access is used lead to unbound AnnotationException | | | | | Fixed | Feb 20, 2008 | Jun 1, 2009 | | |
| | @CollectionOfElements on a Map uses reserved word "key" as column name | | | | | Fixed | Jun 12, 2006 | May 6, 2009 | | |
| | created duplicates in database | | | | | Rejected | Feb 23, 2009 | May 5, 2009 | | |
| | prob :generics type persistance | | | | | Rejected | Feb 18, 2009 | May 5, 2009 | | |
| | NPE with @Id on @OneToOne | | | | | Fixed | Feb 12, 2007 | May 3, 2009 | | |
| | ImmutableTest leaves an active transaction | | | | | Fixed | Dec 11, 2008 | Apr 23, 2009 | | |
| | Confusing error when missing default constructor | | | | | Cannot Reproduce | Aug 30, 2008 | Apr 16, 2009 | | |
| | Test hangs if an exception is thrown, due to unclosed transaction | | | | | Fixed | Oct 3, 2008 | Mar 31, 2009 | | |
| | Create option to disable ivy, to be able to test the integration with specific jars of core | | | | | Fixed | Mar 31, 2009 | Mar 31, 2009 | | |
| | @javax.persistence.SequenceGenerator defaults to 'seqhilo' strategy. | | | | | Rejected | May 31, 2006 | Mar 23, 2009 | | |
| | @Index doesn't create multi-column indexes | | | | | Cannot Reproduce | Apr 19, 2007 | Feb 19, 2009 | | |
| | ClassCastExcepton: java.lang.Long at org.hibernate.type.ComponentType.toLoggableString | | | | | Incomplete | Mar 31, 2006 | Jan 14, 2009 | | |
| | EntityTest needs a standard way to compare timestamps | | | | | Fixed | Jan 14, 2009 | Jan 14, 2009 | | |
| | @OneToMany(mappedBy="") can not recognize properties in parent classes | | | | | Rejected | Feb 20, 2007 | Dec 12, 2008 | | |
| | Add the annotations to map the User Collection Type | | | | | Duplicate | Jul 19, 2007 | Dec 9, 2008 | | |
| | Still incorrect FK circularity errors | | | | | Fixed | Apr 22, 2008 | Nov 26, 2008 | | |
| | Repeated columns created for single table inheritance | | | | | Cannot Reproduce | Jan 4, 2008 | Nov 23, 2008 | | |
| | Bytecode enhancement process adds non-transient properties to beans | | | | | Fixed | Oct 28, 2005 | Nov 11, 2008 | | |
| | Using @CollectionOfEelements with FetchMode.JOIN and FetchType.EAGER to map a Map breaks Example criteria | | | | | Won't Fix | Apr 24, 2007 | Oct 29, 2008 | | |
| | AttributeOverride ignores column name for "xRay" property (or apparently any property with a single initial lowercase property) | | | | | Rejected | Sep 8, 2008 | Sep 9, 2008 | | |
| | Impossible to bind a SortedMap collection | | | | | Fixed | Apr 2, 2008 | Aug 25, 2008 | | |
| | Refactor build to allow filtering of resources | | | | | Fixed | Aug 18, 2008 | Aug 18, 2008 | | |
| | Test updates due to the usage of (oracle) reserved keywords as properties | | | | | Fixed | Aug 18, 2008 | Aug 18, 2008 | | |
| | Update of "Preface" section in documentation | | | | | Fixed | Aug 18, 2008 | Aug 18, 2008 | | |
| | When i try to update using session.saveOrUpdate(obj) it update in parent table and insert in child table | | | | | Incomplete | Aug 5, 2008 | Aug 14, 2008 | | |
| | Generated Annotation can not generate Date automatically | | | | | Rejected | Jun 6, 2008 | Aug 14, 2008 | | |
| | Typo in documentation | | | | | Fixed | Aug 8, 2008 | Aug 14, 2008 | | |
| | hibernate annotation 3.4.0.CR1's pom.xml misses the slf4j dependency | | | | | Rejected | Jun 21, 2008 | Jul 23, 2008 | | |
| | MapBinder can generate SQL statements not supported by Oracle 10g | | | | | Fixed | Jan 12, 2007 | Jun 23, 2008 | | |
| | @NaturalId not working when placed on single *ToOne property | | | | | Fixed | Jun 9, 2008 | Jun 19, 2008 | | |
| | Enumerated Primary Key | | | | | Fixed | May 28, 2008 | Jun 19, 2008 | | |
| | ANN-694 alive: FK circularity error under certain circumstances | | | | | Fixed | Apr 1, 2008 | Jun 18, 2008 | | |
| | @OneToOne: optional = true is ignored | | | | | Rejected | Apr 8, 2008 | Jun 9, 2008 | | |
| | Join table name cannot be resolved when using custom EJB3NamingStrategy | | | | | Fixed | Mar 24, 2008 | Jun 5, 2008 | | |
| | Maven pom.xml of annotations 3.3.1.GA depends on hibernate-commons-annotations 3.0.0.ga instead of 3.3.0.ga | | | | | Fixed | Mar 18, 2008 | May 31, 2008 | | |
| | Character Set. | | | | | Rejected | Apr 28, 2008 | May 31, 2008 | | |