Thanks Marten.
I've changed it to java.util.Date and used Binder with time format. It worked.
Thanks.
Type: Posts; User: mrsahu; Keyword(s):
Thanks Marten.
I've changed it to java.util.Date and used Binder with time format. It worked.
Thanks.
Hi,
I would like to bind only Time HH:mm in MVC. Need to send HH:mm from UI to controller.
I've entity with java.sql.Time as a variable for startTime.
While I pass from UI 11:40 as a value...
I checked the SpringSource blog http://blog.springsource.com/2011/04/26/advanced-spring-data-jpa-specifications-and-querydsl/.
Now, how to create a Specification with Sort on multiple attributes...
Hi,
I'm using Entity, JPA Repository, Service Layer and Controller for each entity actions in Spring MVC. It's working fine for each individual entity.
Now, I'm trying to add a child entity...
Hi,
I tried implementing https://github.com/SpringSource/spring-data-jpa-examples auditing. I've some problem in implementing. Also I wanted to know, can we alter the table column names used for...