Quantcast
Channel: Gigaspaces XAP forum - RSS feed
Viewing all articles
Browse latest Browse all 1486

Custom Hibernate initial loading of multiple space object types

$
0
0
I'm using a custom hibernate loader (extending **DefaultHibernateSpaceDataSource**) as shown in this example: http://wiki.gigaspaces.com/wiki/display/XAP96/Space+Persistency+Initial+Load That works fine for a specific class type (in the URL above, it's **com.test.domain.Person**). But I also want to load Dog (**com.test.domain.Dog**) class instances, however, I don't want to do a custom Hibernate loading, the default hibernate loading is sufficient for the Dog class. So in summary I want a custom Hibernate loader for Person class and a default Hibernate loader for Dog class. I'm just not real sure how to do this. Any help would be appreciated. Using XAP 9.6.2 Premium Edition in case that's important. Thanks.

Viewing all articles
Browse latest Browse all 1486

Trending Articles