public interface ParameterContainer
FromElements
which
contain "hidden" JDBC parameters from applying filters.
Would love for this to go away, but that would require that Hibernate's
internal join handling
be able to either:Modifier and Type | Method and Description |
---|---|
void |
addEmbeddedParameter(ParameterSpecification specification)
Deprecated.
Adds a parameter specification for a parameter encountered within this node.
|
ParameterSpecification[] |
getEmbeddedParameters()
Deprecated.
Retrieve all embedded parameter specifications.
|
boolean |
hasEmbeddedParameters()
Deprecated.
Determine whether this node contains embedded parameters.
|
void |
setText(String text)
Deprecated.
Set the renderable text of this node.
|
void setText(String text)
text
- The renderable textvoid addEmbeddedParameter(ParameterSpecification specification)
specification
- The generated specification.boolean hasEmbeddedParameters()
getEmbeddedParameters()
is allowed to return null if this method returns false.ParameterSpecification[] getEmbeddedParameters()
hasEmbeddedParameters()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.