Annotation Type ConnectionDefinition

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class connection
      Specifies the Connection interface supported by the resource adapter.
      Class connectionFactory
      Specifies the ConnectionFactory interface supported by the resource adapter.
      Class connectionFactoryImpl
      Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface.
      Class connectionImpl
      Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface.
    • Element Detail

      • connectionFactory

        Class connectionFactory
        Specifies the ConnectionFactory interface supported by the resource adapter. Example: javax.resource.cci.ConnectionFactory or com.wombat.ConnectionFactory
      • connectionFactoryImpl

        Class connectionFactoryImpl
        Specifies the Class provided by the resource adapter that implements the resource adapter specific ConnectionFactory interface. Example: com.wombat.ConnectionFactoryImpl
      • connection

        Class connection
        Specifies the Connection interface supported by the resource adapter. Example: javax.resource.cci.Connection or com.wombat.Connection
      • connectionImpl

        Class connectionImpl
        Specifies the class provided by the resource adapter that implements the resource adapter specific Connection interface. Example: com.wombat.ConnectionImpl