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