Uses of Class
org.datanucleus.api.jakarta.criteria.RootImpl
-
Packages that use RootImpl Package Description org.datanucleus.api.jakarta.criteria Package providing an implementation of the Jakarta Persistence "criteria query" API. -
-
Uses of RootImpl in org.datanucleus.api.jakarta.criteria
Subclasses of RootImpl in org.datanucleus.api.jakarta.criteria Modifier and Type Class Description class
TreatRootImpl
Treated (cast) form of a Root (in a WHERE clause).Constructors in org.datanucleus.api.jakarta.criteria with parameters of type RootImpl Constructor Description TreatRootImpl(CriteriaBuilderImpl cb, RootImpl path, Class cls)
-