|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpatialDialectProvider
Interface that is implemented by a SpatialDialect Provider.
Aorg.hibernate.dialect.Dialect
or SpatialDialect
implementation
Method Summary | |
---|---|
SpatialDialect |
createSpatialDialect(String dialect)
create Spatial Dialect with the provided name. |
SpatialDialect |
getDefaultDialect()
Returns the default dialect for this provider. |
String[] |
getSupportedDialects()
Returns the Dialect names This method must return the canonical class names of the Spatialdialect implementations that this provider provides. |
Method Detail |
---|
SpatialDialect createSpatialDialect(String dialect)
dialect
- Name of the dialect to create.
SpatialDialect getDefaultDialect()
String[] getSupportedDialects()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |