Package | Description |
---|---|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
Modifier and Type | Field and Description |
---|---|
static TrimFunctionTemplate.Specification |
TrimFunctionTemplate.Specification.BOTH |
static TrimFunctionTemplate.Specification |
TrimFunctionTemplate.Specification.LEADING |
static TrimFunctionTemplate.Specification |
TrimFunctionTemplate.Specification.TRAILING |
Modifier and Type | Method and Description |
---|---|
TrimFunctionTemplate.Specification |
TrimFunctionTemplate.Options.getTrimSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
TrimFunctionTemplate.Options.setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.