public class

FormatStyle

extends Object
java.lang.Object
   ↳ org.hibernate.jdbc.util.FormatStyle

Class Overview

Represents the the understood types or styles of formatting.

Summary

Fields
public static final FormatStyle BASIC
public static final FormatStyle DDL
public static final FormatStyle NONE
Public Methods
boolean equals(Object o)
Formatter getFormatter()
String getName()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final FormatStyle BASIC

public static final FormatStyle DDL

public static final FormatStyle NONE

Public Methods

public boolean equals (Object o)

public Formatter getFormatter ()

public String getName ()

public int hashCode ()