Class AnyDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query.definition.Definition
-
- com.evolveum.midpoint.repo.sql.query.definition.AnyDefinition
-
- All Implemented Interfaces:
DebugDumpable
public class AnyDefinition extends Definition
- Author:
- lazyman
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AnyDefinition(QName jaxbName, Class jaxbType, String jpaName, Class jpaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDebugDumpClassName()
Return a human readable name of this class suitable for logs.-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.definition.Definition
debugDump, dumpQName, findDefinition, findLocalDefinition, getJaxbName, getJaxbType, getJpaName, getJpaType, toString, toStringExtended
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
getDebugDumpClassName
protected String getDebugDumpClassName()
Description copied from class:Definition
Return a human readable name of this class suitable for logs.- Specified by:
getDebugDumpClassName
in classDefinition
-
-