Package org.hibernate.query.sqm.internal
Class NoParamSqmCopyContext
- java.lang.Object
-
- org.hibernate.query.sqm.internal.SimpleSqmCopyContext
-
- org.hibernate.query.sqm.internal.NoParamSqmCopyContext
-
- All Implemented Interfaces:
SqmCopyContext
public class NoParamSqmCopyContext extends SimpleSqmCopyContext
-
-
Constructor Summary
Constructors Constructor Description NoParamSqmCopyContext()
NoParamSqmCopyContext(@Nullable SqmQuerySource querySource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> @Nullable T
getCopy(T original)
-
Methods inherited from class org.hibernate.query.sqm.internal.SimpleSqmCopyContext
getQuerySource, registerCopy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmCopyContext
copyFetchedFlag
-
-
-
-
Constructor Detail
-
NoParamSqmCopyContext
public NoParamSqmCopyContext()
-
NoParamSqmCopyContext
public NoParamSqmCopyContext(@Nullable SqmQuerySource querySource)
-
-
Method Detail
-
getCopy
public <T> @Nullable T getCopy(T original)
- Specified by:
getCopy
in interfaceSqmCopyContext
- Overrides:
getCopy
in classSimpleSqmCopyContext
-
-