Project

General

Profile

« Previous | Next » 

Revision 83a544c7

Added by Andreas Kohlbecker about 7 years ago

whitespace

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/application/ICdmRepository.java
62 62
public interface ICdmRepository{
63 63

  
64 64

  
65
    /**
66
     * Starts a read only Transaction
67
     */
65 68
    public TransactionStatus startTransaction();
66 69

  
67 70
    public TransactionStatus startTransaction(Boolean readOnly);
68 71

  
69 72
    public void commitTransaction(TransactionStatus tx);
70 73

  
71

  
72 74
	public Object getBean(String string);
73 75

  
74 76

  
75
	   /**
77
	/**
76 78
     * @return
77 79
     */
78 80
    public IAnnotationService getAnnotationService();

Also available in: Unified diff