Hibernate specific:( Ale na druhu stranu asi nevymenite hibernate za iny JPA provider.
On 03/05/07, Richard Malaschitz <[EMAIL PROTECTED]> wrote:
Nefunguje toto ?:
@CollectionOfElements
public List getNames() { ...
pripadne este
@CollectionOfElements
@JoinTable (name=...
@IndexColumn ...
public List<String> getNames() { ...
> narazil jsem na to, jak v JPA resp. Hibernate Annotations
> namapovat List<String>. Pokud bych mel List<MojeTrida>, kde MojeTrida ma
>
