-

   rss_habrahabr

 - e-mail

 

 -

 LiveInternet.ru:
: 22.11.2006
:
:
: 2

:


Hibernate: , instanceof

, 16 2015 . 19:02 +

, , . User , . Phone, CellPhone SatellitePhone. User . . .

public class User {
    ...

    @OneToMany(fetch = FetchType.LAZY)
    private List phones = new ArrayList();

    public List getPhones() {
        return phones;
    }
}

public class Phone {
    ...
}

public class CellPhone extends Phone {
    ...
}

public class SatellitePhone extends Phone {
    ...
}


- (, ), proxy-.
( proxy). - - proxy- , . , .

http://habrahabr.ru/post/250603/

:  

: [1] []
 

:
: 

: ( )

:

  URL