Class RootWrapper<X>

java.lang.Object
org.omnifaces.persistence.service.RootWrapper<X>
Type Parameters:
X - Generic entity type referenced by root.
All Implemented Interfaces:
Expression<X>, FetchParent<X,X>, From<X,X>, Path<X>, Root<X>, Selection<X>, TupleElement<X>

public abstract class RootWrapper<X> extends Object implements Root<X>

A wrapper for Root, useful in case you intend to decorate it.

Author:
Bauke Scholtz