Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

weiered datatype....creates EJB3 why?

843830Sep 18 2008 — edited Sep 18 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 16 2008
Added on Sep 18 2008
1 comment
175 views