org.hibernate.dialect.function
Class TrimFunctionTemplate.Options
java.lang.Object
org.hibernate.dialect.function.TrimFunctionTemplate.Options
- Enclosing class:
- TrimFunctionTemplate
public static class TrimFunctionTemplate.Options
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TRIM_CHARACTER
public static final String DEFAULT_TRIM_CHARACTER
- See Also:
- Constant Field Values
TrimFunctionTemplate.Options
public TrimFunctionTemplate.Options()
getTrimCharacter
public String getTrimCharacter()
setTrimCharacter
public void setTrimCharacter(String trimCharacter)
getTrimSpecification
public TrimFunctionTemplate.Specification getTrimSpecification()
setTrimSpecification
public void setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.