Package org.hibernate.sql.ast.tree.cte
Interface CteObject
-
- All Known Subinterfaces:
SelfRenderingCteObject
public interface CteObjectAn object that is part of a WITH clause.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-