Project

General

Profile

« Previous | Next » 

Revision 07e4e710

Added by Cherian Mathew about 10 years ago

RemoteLazyLoadingTest : Creating application configuration programmatically
AbstractPersistentCollection, AbstractLazyInitializer : Copied aspect code here
CdmApplicationRemoteConfiguration : overriding datasource since it is not required in remoting
remotingApplicationContext : added autowiring config

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/lazyloading/CdmLazyLoader.java
155 155
		if(pc != null) {
156 156
			if(pc instanceof PersistentSet || pc instanceof PersistentSortedSet) {
157 157
				return "set";
158
			}
159
			
158
			}			
160 159
			if(pc instanceof PersistentList) {
161 160
				return "list";
162 161
			}

Also available in: Unified diff