Class HQLInserterQualifier
- java.lang.Object
-
- org.openbravo.service.datasource.hql.HQLInserterQualifier
-
public class HQLInserterQualifier extends Object
This class allows to define a qualifier used to register a HQL injection component provider. This qualifier is composed of two attributes: - tableId: the ID of the HQL table to be used in the HQL insertion - injectionId: the ID of the injection point in the HQL table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
HQLInserterQualifier.Qualifier
static class
HQLInserterQualifier.Selector
A class used to select an injection component provider based on the tableId and the injection id.
-
Constructor Summary
Constructors Constructor Description HQLInserterQualifier()
-