Coverage Report - br.mia.test.model.dao.AnnotationConfiguration
 
Classes in this File Line Coverage Branch Coverage Complexity
AnnotationConfiguration
0%
0/4
N/A
1
 
 1  0
 package br.mia.test.model.dao;
 2  
 
 3  0
 public class AnnotationConfiguration extends org.hibernate.cfg.AnnotationConfiguration
 4  
 {
 5  
     public AnnotationConfiguration setProperty(String propertyName, String value)
 6  
     {
 7  0
       super.setProperty(propertyName, value);
 8  0
       return this;
 9  
     }
 10  
 
 11  
 }