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

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,157
Latest member
MercedesE4
Top