[Help] discriminator hibernate

View: New views
3 Messages — Rating Filter:   Alert me  

[Help] discriminator hibernate

by naray citra :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ada yang pernah pake discriminator hibernate gak? klo ada minta contoh codenya dung :D

       

Re: [Help] discriminator hibernate

by NuRuL AiNi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pernah pake sih tp udah lama,waktu itu liat disini
http://www.onjava.com/pub/a/onjava/2005/08/03/hibernate.html
Masih exists ga ya?maap ga bisa bantu banyak..

Regards,

NuY


Sent from my BlackBerry� wireless device from XL GPRS/EDGE/3G network

-----Original Message-----
From: naray citra <naray_citra@...>

Date: Tue, 22 Jul 2008 02:15:56
To: <jug-indonesia@...>
Subject: [JUG-Indonesia]  [Help] discriminator hibernate


Ada yang pernah pake discriminator hibernate gak? klo ada minta contoh codenya dung :D

       

Re: [Help] discriminator hibernate

by mujoko mujoko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Bisa juga menggunakan annotation berikut  jika javanya 15. ke atas

@Entity
@DiscriminatorValue("PERSON")
public class MobilImpl  {
.......................
....................

}

atau lebih lengkapnya

@Inheritance(strategy = InheritanceType.SINGLE_TABLE)
@DiscriminatorColumn(name = "TYPE",
discriminatorType=DiscriminatorType.STRING)
@DiscriminatorValue("PERSON")
@Table(name = "PERSON_SINGLE_TABLE")
@Entity
public class MobilImpl  {
.......................
....................

}

semoga membantu




On 7/22/08, NuRuL AiNi <nyu2n@...> wrote:

>
>    Pernah pake sih tp udah lama,waktu itu liat disini
> http://www.onjava.com/pub/a/onjava/2005/08/03/hibernate.html
> Masih exists ga ya?maap ga bisa bantu banyak..
>
> Regards,
>
> NuY
>
> Sent from my BlackBerry(R) wireless device from XL GPRS/EDGE/3G network
>
> ------------------------------
> *From*: naray citra <naray_citra@...>
> *Date*: Tue, 22 Jul 2008 02:15:56 -0700 (PDT)
> *To*: <jug-indonesia@...>
> *Subject*: [JUG-Indonesia] [Help] discriminator hibernate
>
>  Ada yang pernah pake discriminator hibernate gak? klo ada minta contoh
> codenya dung :D
>
>  
>



--
Mujoko
LightInTheBox - Buy quality products at wholesale price