org.hibernate.jdbc.util

Class FormatStyle


public class FormatStyle
extends java.lang.Object

Represents the the understood types or styles of formatting.
Author:
Steve Ebersole

Field Summary

static FormatStyle
BASIC
static FormatStyle
DDL
static FormatStyle
NONE

Method Summary

boolean
equals(Object o)
Formatter
getFormatter()
String
getName()
int
hashCode()

Field Details

BASIC

public static final FormatStyle BASIC

DDL

public static final FormatStyle DDL

NONE

public static final FormatStyle NONE

Method Details

equals

public boolean equals(Object o)

getFormatter

public Formatter getFormatter()

getName

public String getName()

hashCode

public int hashCode()