org.hibernate.jdbc.util
Class FormatStyle
java.lang.Object
org.hibernate.jdbc.util.FormatStyle
public class FormatStyle
- extends java.lang.Object
Represents the the understood types or styles of formatting.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BASIC
public static final FormatStyle BASIC
DDL
public static final FormatStyle DDL
NONE
public static final FormatStyle NONE
getName
public java.lang.String getName()
getFormatter
public Formatter getFormatter()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008 Hibernate.org. All Rights Reserved.