org.hibernate.jdbc.util
Class FormatStyle
java.lang.Object
   org.hibernate.jdbc.util.FormatStyle
org.hibernate.jdbc.util.FormatStyle
- public class FormatStyle 
- extends Object
Represents the the understood types or styles of formatting.
- Author:
- Steve Ebersole
 
 
 
BASIC
public static final FormatStyle BASIC
DDL
public static final FormatStyle DDL
NONE
public static final FormatStyle NONE
getName
public String getName()
- 
 
getFormatter
public Formatter getFormatter()
- 
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.