eu.etaxonomy.cdm.persistence.dao
Class AnnotationTypeAutoInitializer

java.lang.Object
  extended by eu.etaxonomy.cdm.persistence.dao.AutoPropertyInitializer<Annotation>
      extended by eu.etaxonomy.cdm.persistence.dao.AnnotationTypeAutoInitializer

public class AnnotationTypeAutoInitializer
extends AutoPropertyInitializer<Annotation>

Author:
a.kohlbecker

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.persistence.dao.AutoPropertyInitializer
beanInitializer
 
Constructor Summary
AnnotationTypeAutoInitializer()
           
 
Method Summary
 void initialize(Annotation 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

AnnotationTypeAutoInitializer

public AnnotationTypeAutoInitializer()
Method Detail

initialize

public void initialize(Annotation 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<Annotation>
Parameters:
bean - the cdm entity bean to process


Copyright © 2007-2013 EDIT. All Rights Reserved.