类 TrimFunctionTemplate.Options
- java.lang.Object
-
- org.hibernate.dialect.function.TrimFunctionTemplate.Options
-
- 封闭类:
- TrimFunctionTemplate
protected static class TrimFunctionTemplate.Options extends Object
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringDEFAULT_TRIM_CHARACTER
-
构造器概要
构造器 限定符 构造器 说明 protectedOptions()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetTrimCharacter()TrimFunctionTemplate.SpecificationgetTrimSpecification()voidsetTrimCharacter(String trimCharacter)voidsetTrimSpecification(TrimFunctionTemplate.Specification trimSpecification)
-
-
-
方法详细资料
-
getTrimCharacter
public String getTrimCharacter()
-
setTrimCharacter
public void setTrimCharacter(String trimCharacter)
-
getTrimSpecification
public TrimFunctionTemplate.Specification getTrimSpecification()
-
setTrimSpecification
public void setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification)
-
-