Annotation Type JdbcConnectionPoolConstraint
-
@Retention(RUNTIME) @Target({METHOD,FIELD,TYPE}) @Documented @Constraint(validatedBy=JdbcConnectionPoolValidator.class) public @interface JdbcConnectionPoolConstraint
User defined constraint for Jdbc/Connector Connection Pools. Different validations are done based on the value and appropriate error messages are displayed in case of failure.- Author:
- Shalini M
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description org.glassfish.connectors.config.validators.ConnectionPoolErrorMessagesvalue
-