[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss support EJB QL??

2004-02-26 Thread erik777
anonymous wrote : if the field type is TDateTime (in DataBase) ,how can i map it to 
JBOSS? to String type or to java.sql.Date ? or to java.sql.Timestamp?? 

I use MySQL, and the defaults work.  I also have instance in jbosscmp-jdbc where I 
have the following, which may be the same as the default:


  |   
  | logoutTime
  | logoutTime
  | TIMESTAMP
  | DATETIME
  |   
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823108#3823108

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823108


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss support EJB QL??

2004-02-23 Thread lrodrigu19
Try This:

(a.startDate > ?1 OR a.startDate = ?1) AND (a.endDate < ?2 OR a.endDate = ?2)

Larry

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822624#3822624

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822624


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user