I have not tried in long time. But I do have to mention, that this is
what I see in hibernate-testing.gradle:
compile "junit:junit:4.8.2"
On Fri 20 Apr 2012 11:56:38 AM CDT, Hardy Ferentschik wrote:
> Hi,
>
> has anyone recently tried './gradlew idea'?
> I am trying to recreate my idea set
Hi,
has anyone recently tried './gradlew idea'?
I am trying to recreate my idea setup and after creating the project files and
opening the project I am having problems compiling in the IDE. It keeps whining
about ExtendedFrameworkMethod (testing module) not implementing a method of the
super t
Here are my notes on Cassandra association. Note very readable but at least
that there.
## Associations
Associations on composite keys cannot be supported in CQL 2. It can be done in
CQL3
How to store associations will depend upon their type:
### Set
table:fk_column { fk_to -> ""}
### Bag