org.hibernate.tool.hbmlint
Class Issue
java.lang.Object
org.hibernate.tool.hbmlint.Issue
public class Issue
- extends Object
HIGH_PRIORITY
public static final int HIGH_PRIORITY
- See Also:
- Constant Field Values
NORMAL_PRIORITY
public static final int NORMAL_PRIORITY
- See Also:
- Constant Field Values
LOW_PRIORITY
public static final int LOW_PRIORITY
- See Also:
- Constant Field Values
Issue
public Issue(String type,
int priority,
String description)
toString
public String toString()
- Overrides:
toString
in class Object
getDescription
public String getDescription()