Actually I still do not see any differences but solved by changing MySQL column collation from utf8_general_ci (case-insensitive) to utf8_bin.
Type: Posts; User: ahmetalpbalkan; Keyword(s):
Actually I still do not see any differences but solved by changing MySQL column collation from utf8_general_ci (case-insensitive) to utf8_bin.
Hi there guys,
When I list finders of an object (here I call "Short") using command
finder list --class com.turkcellteknoloji.kisalt.domain.Short
I see something like that:
...
Interestingly, started not to pop up after a few restarts. Now imho no need to file a ticket in Jira.
Thanks anyway.
I've unchecked that box however it is still launched on startup.
He's right.
I can not find a way to disable dashboard autorun, too.
Any answers? i'm looking for a way to save entity-specific methods in a file.
Hi guys.
I am creating custom finders which have return type other than javax.persistance.Query in my Roo project. (using roo commandline and editing in STS)
However, when I place this finders...
Hi guys. Here is the simple explanation of the problem:
I have a controller RedirectController so that I want to handle everything like http://mydomain/**
However, I still want to redirect...
Thank you Ben.
Oh I see, I was expecting something like that. When exactly 'version' field is created physically on my MySQL database? I can't see it from phpmyadmin management interface, and does not exist in the...
Thanks for the answer :)
SOLVED
In phpadmin, I do not see any field such as 'version', however scaffolding controllers request for a 'version' column from db and I observed that it exist when I connect with HeidiSQL client.
...
I want to create primary key on an entity named 'id'. I want it to be 'java.lang.Long' and I want it to have an auto increment value generator on new persisted objects. Any ideas?
Let's say you have created a field on an entity and now you want to remove it. Which roo command you should use?
Another question is (sorry for 2 QNs in one thread) what is the difference between...