Package org.kie.internal.conf
Class CompositeKeyDepthOption
- java.lang.Object
-
- org.kie.internal.conf.CompositeKeyDepthOption
-
- All Implemented Interfaces:
Serializable
,org.kie.api.conf.KieBaseOption
,org.kie.api.conf.Option
,org.kie.api.conf.SingleValueKieBaseOption
public class CompositeKeyDepthOption extends Object implements org.kie.api.conf.SingleValueKieBaseOption
A class for the composite key depth configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_NAME
The property name for the default DIALECT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static CompositeKeyDepthOption
get(int depth)
This is a factory method for this CompositeKeyDepth configuration.int
getDepth()
Returns the depth value for composite key indexingString
getPropertyName()
int
hashCode()
-
-
-
Field Detail
-
PROPERTY_NAME
public static final String PROPERTY_NAME
The property name for the default DIALECT- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static CompositeKeyDepthOption get(int depth)
This is a factory method for this CompositeKeyDepth configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.- Parameters:
depth
- the composite key depth value- Returns:
- the actual type safe CompositeKeyDepth configuration.
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfaceorg.kie.api.conf.Option
-
getDepth
public int getDepth()
Returns the depth value for composite key indexing- Returns:
-
-