Package org.hibernate.query.sqm.tree
Interface SqmCopyContext
-
- All Known Implementing Classes:
SimpleSqmCopyContext
public interface SqmCopyContext
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetCopy(T original)<T> TregisterCopy(T original, T copy)static SqmCopyContextsimpleContext()
-
-
-
Method Detail
-
getCopy
<T> T getCopy(T original)
-
registerCopy
<T> T registerCopy(T original, T copy)
-
simpleContext
static SqmCopyContext simpleContext()
-
-