org.sonar.jpa.entity
Class SchemaMigration

java.lang.Object
  extended by org.sonar.jpa.entity.SchemaMigration

public class SchemaMigration
extends Object

Still used for Hibernate unit tests


Constructor Summary
SchemaMigration()
           
 
Method Summary
 String getVersion()
           
 void setVersion(int i)
           
 void setVersion(String s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaMigration

public SchemaMigration()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String s)

setVersion

public void setVersion(int i)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.