Class ParametersTypeInfo
java.lang.Object
org.geysermc.databaseutils.processor.query.type.ParametersTypeInfo
-
Constructor Summary
ConstructorsConstructorDescriptionParametersTypeInfo(ExecutableElement element, KeywordsReadResult readResult, Action action, EntityInfo entityInfo, TypeUtils typeUtils) -
Method Summary
-
Constructor Details
-
ParametersTypeInfo
public ParametersTypeInfo(ExecutableElement element, KeywordsReadResult readResult, Action action, EntityInfo entityInfo, TypeUtils typeUtils)
-
-
Method Details
-
element
-
isSelf
public boolean isSelf() -
elementType
-
isSelfCollection
public boolean isSelfCollection() -
isUnique
public boolean isUnique() -
name
-
firstName
-
hasValueParameters
public boolean hasValueParameters() -
isAnySelf
public boolean isAnySelf() -
isNoneOrAnySelf
public boolean isNoneOrAnySelf() -
remaining
Returns the remaining parameters, which each represent a column. The parameter name has to be identical to the column name.- Returns:
- the remaining parameters, or an empty collection if the specified action does not allow this
-