Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] JavaCacheableHolder2_0 implemented by AbstractJavaEntity

Also GenericJavaEntity make the initialization in constructor, and this is wrong - should use build method.

23/04/2010 12:40, Dmitry Geraskov wrote:
Hi, guys,

In Dali 2.3 JavaCacheableHolder2_0 implemented by AbstractJavaEntity. Is this not a mistake? I ask because it marked as "2_0" so probably not expected to be supported by all jpa implementations? Also I noticed that GenericJavaEntity make cast JpaFactory to JpaFactory2_0 to build an instance of JavaCacheable2_0.

Thanks,
Dmitry Geraskov.
_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev


Back to the top