Class HQLInserterQualifier.Selector
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<HQLInserterQualifier.Qualifier>
-
- org.openbravo.service.datasource.hql.HQLInserterQualifier.Selector
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- HQLInserterQualifier
public static class HQLInserterQualifier.Selector extends javax.enterprise.util.AnnotationLiteral<HQLInserterQualifier.Qualifier> implements HQLInserterQualifier.Qualifier
A class used to select an injection component provider based on the tableId and the injection id. For instance, the id of the injection point @injection_point_0@ is 0- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
injectionId()
String
tableId()
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-