|
May
18 |
|
accepted | Does the length field on the javax.persistence @Column define max? |
|
May
17 |
|
asked | Does the length field on the javax.persistence @Column define max? |
|
Apr
23 |
|
accepted | Running or climbing stairs that are enclosed, any risks? |
|
Apr
10 |
|
comment |
Running or climbing stairs that are enclosed, any risks? Hmm you brought out more interesting points/risks that's alot scarier than I thought... Specifically asbestos, which is something I'm not sure how to find out. All I know is the building was built around 2005 or so. I'm really paranoid about chemicals and stuff, I might consider looking for a better alternative than running in our condominium... |
|
Apr
10 |
|
asked | Running or climbing stairs that are enclosed, any risks? |
|
Mar
21 |
|
accepted | Generate db diagram from any sql statement |
|
Mar
20 |
|
awarded | Popular Question |
|
Mar
14 |
|
awarded | Popular Question |
|
Mar
7 |
|
awarded | Popular Question |
|
Feb
15 |
|
comment |
redirect in Spring MVC thanks for explicitly mentioning the required view resolvers! :) |
|
Jan
21 |
|
comment |
Sql: determine an event's active period from start date and end date split in 2 tables Thanks wildplasser! |
|
Jan
21 |
|
accepted | Sql: determine an event's active period from start date and end date split in 2 tables |
|
Jan
20 |
|
comment |
Sql: determine an event's active period from start date and end date split in 2 tables @wildplasser - yes, each event should have a matching event-end |
|
Jan
20 |
|
comment |
Sql: determine an event's active period from start date and end date split in 2 tables @WKordos - no definite order though, but will sorting it in temp table then re-inserting help? |
|
Jan
20 |
|
asked | Sql: determine an event's active period from start date and end date split in 2 tables |
|
Jan
18 |
|
awarded | Popular Question |
|
Dec
4 |
|
comment |
JPA mapping the same child relationship twice(different cardinality) in same parent class Yeah, I guess I was just trying to avoid hitting the DB and getting all phones when I just wanted the Mobile one... |
|
Dec
3 |
|
comment |
JPA mapping the same child relationship twice(different cardinality) in same parent class Thanks for your reply. Is there a way for "List<Phone> phones" variable to be mapped to only Resident,Off and Fax? How can I tell the mapping to exclude Mobile from the "List<Phone> phones" variable? |
|
Nov
29 |
|
asked | JPA mapping the same child relationship twice(different cardinality) in same parent class |
|
Oct
30 |
|
comment |
javascript dates in IE, NAN - firefox & chrome ok thanks for pointing out, going crazy why chrome works fine parsing dates while ie7 is saying NAN, good thing $.datepicker.parseDate from jquery is able to parse dates |