public interface IBuilder<T extends StateObject,S extends StateObject>
BasicStateObjectBuilder
, which allows subclasses to easily change
any internal builders used for properly creating the state model representation of a JPQL query.Modifier and Type | Method and Description |
---|---|
T |
buildStateObject(S parent,
Expression expression)
Creates the
StateObject representation of the given Expression . |
T buildStateObject(S parent, Expression expression)
StateObject
representation of the given Expression
.parent
- The parent of the new StateObject
to createexpression
- The parsed Expression
to convert into a StateObject
StateObject
representation of the given Expression