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.
↧