java/sql-dk/src/info/globalcode/sql/dk/configuration/DatabaseDefinition.java
branchv_0
changeset 27 24aa5199bfd6
parent 26 4ec8e5534eb9
child 29 d66858b4b563
equal deleted inserted replaced
26:4ec8e5534eb9 27:24aa5199bfd6
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 package info.globalcode.sql.dk.configuration;
    18 package info.globalcode.sql.dk.configuration;
    19 
    19 
       
    20 import info.globalcode.sql.dk.DatabaseConnection;
    20 import javax.xml.bind.annotation.XmlElement;
    21 import javax.xml.bind.annotation.XmlElement;
    21 import javax.xml.bind.annotation.XmlTransient;
    22 import javax.xml.bind.annotation.XmlTransient;
    22 
    23 
    23 /**
    24 /**
    24  *
    25  *