All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemaorg_apache_xmlbeans.src.lindberg-config.xsd Maven / Gradle / Ivy

The newest version!



    

	
		
		    Lindberg XML configuration schema version 1.0. Author: Victor Lindberg.
	    
	

	
	    
			   Root element of lindbergframework configuration
		
        
        
             
			   
			      
			         Configurations of CORE
			      
			      
                     
			            
			               
	                          Defines the lindbergframework core configuration properties
	                       
			            
                     
			         
			   
			   
			      
			         Configurations of Lindberg Persistence - LINP
			      
			      
                      
			            
			               
			                  Configurations of datasource
			               
			            
			            
			               
			                  Configuration Properties to LINP
			      		   
			               
                              
			                     
			                        
	                                    Defines a lindbergframework configuration property. 
	                                            Eg: lindberg.CursorType (int representation), lindberg.TransactionManager, lindberg.SqlCommandResolver...
	                                
			                     
                               
                           			               
			            
                     
                     
                        
                           LinpConfiguration implementation to load XML linp configuration on LinpContext
                        
                     
                  
			   
            
        
    

    
	
	    
	       Configuration property
	    
         
		      
        
        
           
	          Configuration property name
	       
        
        
           
	          Configuration property value. Use '#' as prefix to Public Static properties or Static getter Methods.
	          					eg. #com.myapplication.MyClass.myStaticProperty (Static property)
	          					eg. #com.myapplication.MyClass.myStaticGetterMethod (Static Getter Method without the 'get' prefix)   
	          					eg. #com.myapplication.MyClass.getProperty (Static Getter Method)   
	          						
	          
	       
        
    

	
	    
	          Property of the value of configuration property. This will be setted in value of configuration property
	    
		
			
			   
	              Use this tag when the property value is a List. Use ';' to separate each element 
	                                eg. a/b/c/file.xml;
	                                    a/b/c/file2.xml; 
	               
	           
			      
					 
				     
			      
			   
			
			
			
			   
	              Use this tag when the property value is a Array. Use ';' to separate each element 
	                                eg. a/b/c/file.xml;
	                                    a/b/c/file2.xml; 
	               
	           
			      
					 
				     
			      
			   
			
		
        
           
              Property name
           
        
        
           
              Property value. 
              					Property value. Use '#' as prefix to Public Static properties or Static getter Methods.
	          					eg. #com.myapplication.MyClass.myStaticProperty (Static property)
	          					eg. #com.myapplication.MyClass.myStaticGetterMethod (Static Getter Method without the 'get' prefix)   
	          					eg. #com.myapplication.MyClass.getProperty (Static Getter Method)
           
           
        
           
              True when this property is an constructor parameter, false otherwise. Default value is false
           
        
		
      
    
       
          
       
       
          
	         Class of datasource
	      
       
       
          
			    Class of Driver. Must be defined when the datasource to need a driver.
			    				Use '#' as prefix to Public Static properties or Static getter Methods.
	          					eg. #com.myapplication.MyClass.myStaticProperty (Static property)
	          					eg. #com.myapplication.MyClass.myStaticGetterMethod (Static Getter Method without the 'get' prefix)   
	          					eg. #com.myapplication.MyClass.getProperty (Static Getter Method)
	            
		  
       
       
          
			    Defines the property name corresponding to driver in the DataSource. Default value : "driver"
		  
       
    
    
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy