public class SubordPropUtil
extends java.lang.Object
Constructor and Description |
---|
SubordPropUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class[] |
getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
Returns the key coercion types.
|
static java.lang.Class[] |
getCoercionTypes(SubordPropHashKey[] descList)
Returns the key coercion types.
|
static java.lang.String[] |
getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
Returns the key property names.
|
static java.lang.String[] |
getKeyProperties(SubordPropHashKey[] descList)
Returns the key property names.
|
static int[] |
getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
Returns the key stream numbers.
|
static boolean |
isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys) |
public static boolean isStrictKeyJoin(java.util.Collection<SubordPropHashKey> hashKeys)
public static int[] getKeyStreamNums(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static java.lang.String[] getKeyProperties(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static java.lang.String[] getKeyProperties(SubordPropHashKey[] descList)
descList
- a list of descriptorspublic static java.lang.Class[] getCoercionTypes(java.util.Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static java.lang.Class[] getCoercionTypes(SubordPropHashKey[] descList)
descList
- a list of descriptors