Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bwaldvogel/hibernate-element-collection-access-type-issue

Minimal test case for https://hibernate.atlassian.net/browse/HHH-10330
https://github.com/bwaldvogel/hibernate-element-collection-access-type-issue

Last synced: 1 day ago
JSON representation

Minimal test case for https://hibernate.atlassian.net/browse/HHH-10330

Awesome Lists containing this project

README

        

# Test case for Hibernate issue HHH-10330 #

Reproducible failing unit test for the [Hibernate ElementCollection / AccessType issue (HHH-10330)][HHH-10330]:

> @Column annotation is disregarded for entities in an @ElementCollection if
> owning entity uses AccessType.PROPERTY for @Id field

## Howto ##

Prerequisites:
- Java 6+

On Linux:

```
# ./gradlew --info build
```

On Windows:

```
# gradlew --info build
```

## On Travis ###

[![Build Status](https://travis-ci.org/bwaldvogel/hibernate-element-collection-access-type-issue.png?branch=master)](https://travis-ci.org/bwaldvogel/hibernate-element-collection-access-type-issue)

[HHH-10330]: https://hibernate.atlassian.net/browse/HHH-10330