Class CollectionDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query.definition.Definition
-
- com.evolveum.midpoint.repo.sql.query.definition.CollectionDefinition
-
- All Implemented Interfaces:
DebugDumpable
- Direct Known Subclasses:
VirtualCollectionDefinition
public class CollectionDefinition extends Definition
- Author:
- lazyman
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CollectionDefinition(QName jaxbName, Class jaxbType, String propertyName, Class propertyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
protected String
getDebugDumpClassName()
Return a human readable name of this class suitable for logs.Definition
getDefinition()
protected void
toStringExtended(StringBuilder builder)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.definition.Definition
dumpQName, findDefinition, findLocalDefinition, getJaxbName, getJaxbType, getJpaName, getJpaType, toString
-
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
-
getDefinition
public Definition getDefinition()
-
toStringExtended
protected void toStringExtended(StringBuilder builder)
- Overrides:
toStringExtended
in classDefinition
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
- Overrides:
debugDump
in classDefinition
-
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
-
-