EJB3 and WEBSERVICE

C

czochram.bobra

please help

is there any annotation that allow to hide entity property from
webservice

@Entity
public class A implements Serializable {

private Long id;

set & get

// i dont want to have that property in my webservice
private B bbb;

set & get

}

//webservice annotation
public interface Ws {
A getA();
}

//webservice annotation
public class WsImpl implements Ws{

public A getA(){
return ....
}

}


regards jw
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,812
Latest member
GracielaWa

Latest Threads

Top