[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - weiered datatype....creates EJB3.

rahb do-not-reply at jboss.com
Thu Sep 18 12:27:19 EDT 2008


Hi all,

I am using EJB3, JBoss 4.2.2GA
I have a entity, which creates the database schema like...

CREATE TABLE tb_test
(
  smtpsentdatetime timestamp,
  openstate varchar(255),
  opendatetime timestamp,
  dschedule bytea,  recipient_id int8,
  CONSTRAINT tb_test_pkey PRIMARY KEY (id),
  CONSTRAINT fk855d2199d72fe01 FOREIGN KEY (recipient_id)
      REFERENCES tb_recipient (id) MATCH SIMPLE
      ON UPDATE NO ACTION ON DELETE NO ACTION
) 

what is this bytea?? I want to get rid of from this...
Let me know ..ASAP.

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

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



More information about the jboss-user mailing list