eu.etaxonomy.cdm.persistence.dao
Class MarkerTypeAutoInitializer

java.lang.Object
  extended by eu.etaxonomy.cdm.persistence.dao.AutoPropertyInitializer<Marker>
      extended by eu.etaxonomy.cdm.persistence.dao.MarkerTypeAutoInitializer

public class MarkerTypeAutoInitializer
extends AutoPropertyInitializer<Marker>

Author:
a.kohlbecker

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.persistence.dao.AutoPropertyInitializer
beanInitializer
 
Constructor Summary
MarkerTypeAutoInitializer()
           
 
Method Summary
 void initialize(Marker bean)
          Implement this method to initialize associated entities of the supplied beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerTypeAutoInitializer

public MarkerTypeAutoInitializer()
Method Detail

initialize

public void initialize(Marker bean)
Description copied from class: AutoPropertyInitializer
Implement this method to initialize associated entities of the supplied beans.

For initializing collections of cdm entity bean it is recommended to use IBeanInitializer.initializeInstance(Object).
WARNING: You must NOT use IBeanInitializer.initialize(Object, java.util.List) or IBeanInitializer#initializeAll(java.util.List, java.util.List) otherwise you risk to get StackOverflowExceptions.

Specified by:
initialize in class AutoPropertyInitializer<Marker>
Parameters:
bean - the cdm entity bean to process


Copyright © 2007-2013 EDIT. All Rights Reserved.