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
-
Constructor Summary
Constructors -
Method Summary
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 Details
-
NoParamSqmCopyContext
public NoParamSqmCopyContext() -
NoParamSqmCopyContext
-
-
Method Details
-
getCopy
public <T> @Nullable T getCopy(T original) - Specified by:
getCopy
in interfaceSqmCopyContext
- Overrides:
getCopy
in classSimpleSqmCopyContext
-