Class VirtualPropertyDefinition
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.query.definition.Definition
-
- com.evolveum.midpoint.repo.sql.query.definition.PropertyDefinition
-
- com.evolveum.midpoint.repo.sql.query.definition.VirtualPropertyDefinition
-
- All Implemented Interfaces:
DebugDumpable
public class VirtualPropertyDefinition extends PropertyDefinition
- Author:
- lazyman
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description VirtualPropertyDefinition(QName jaxbName, Class jaxbType, String propertyName, Class propertyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualQueryParam[]
getAdditionalParams()
protected String
getDebugDumpClassName()
Return a human readable name of this class suitable for logs.protected void
toStringExtended(StringBuilder builder)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.definition.PropertyDefinition
isEnumerated, isIndexed, isLob, isPolyString
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query.definition.Definition
debugDump, 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
-
getAdditionalParams
public VirtualQueryParam[] getAdditionalParams()
-
toStringExtended
protected void toStringExtended(StringBuilder builder)
- Overrides:
toStringExtended
in classPropertyDefinition
-
getDebugDumpClassName
protected String getDebugDumpClassName()
Description copied from class:Definition
Return a human readable name of this class suitable for logs.- Overrides:
getDebugDumpClassName
in classPropertyDefinition
-
-