Uses of Interface
org.apache.openejb.jee.Keyable

Packages that use Keyable
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Keyable in org.apache.openejb.jee
 

Subinterfaces of Keyable in org.apache.openejb.jee
 interface EjbReference
           
 interface JndiReference
           
 interface PersistenceRef
           
 

Classes in org.apache.openejb.jee that implement Keyable
 class ApplicationException
          The application-exceptionType declares an application exception.
 class EjbLocalRef
          The ejb-local-refType is used by ejb-local-ref elements for the declaration of a reference to an enterprise bean's local home or to the local business interface of a 3.0 bean.
 class EjbRef
          The ejb-refType is used by ejb-ref elements for the declaration of a reference to an enterprise bean's home or to the remote business interface of a 3.0 bean.
 class EnvEntry
          The env-entryType is used to declare an application's environment entry.
 class ExceptionMapping
          The exception-mapping element defines the mapping between the service specific exception types and wsdl faults and SOAP headerfaults.
 class Icon
          The icon type contains small-icon and large-icon elements that specify the file names for small and large GIF, JPEG, or PNG icon images used to represent the parent element in a GUI tool.
 class MessageDestination
          The message-destinationType specifies a message destination.
 class MessageDestinationRef
          The message-destination-ref element contains a declaration of Deployment Component's reference to a message destination associated with a resource in Deployment Component's environment.
 class PackageMapping
          The package-mapping indicates the mapping between java-package-name and XML namespace in the WSDL document.
 class PersistenceContextRef
          The persistence-context-ref element contains a declaration of Deployment Component's reference to a persistence context associated within a Deployment Component's environment.
 class PersistenceUnitRef
          The persistence-unit-ref element contains a declaration of Deployment Component's reference to a persistence unit associated within a Deployment Component's environment.
 class PortComponent
          The port-component element associates a WSDL port with a web service interface and implementation.
 class ResourceEnvRef
          The resource-env-refType is used to define resource-env-type elements.
 class ResourceRef
          The resource-refType contains a declaration of a Deployment Component's reference to an external resource.
 class ServiceEndpointInterfaceMapping
          The service-endpoint-interface-mapping defines a tuple to specify Service Endpoint Interfaces to WSDL port types and WSDL bindings.
 class ServiceRef
          The service-ref element declares a reference to a Web service.
 class WebserviceDescription
          The webservice-description element defines a WSDL document file and the set of Port components associated with the WSDL ports defined in the WSDL document.
 

Uses of Keyable in org.apache.openejb.jee.jpa
 

Subinterfaces of Keyable in org.apache.openejb.jee.jpa
 interface Field
           
 interface RelationField
           
 

Classes in org.apache.openejb.jee.jpa that implement Keyable
 class AttributeOverride
           
 class Basic
           
 class Entity
          Defines the settings and mappings for an entity.
 class Id
           
 class ManyToMany
           
 class ManyToOne
           
 class MappedSuperclass
          Defines the settings and mappings for a mapped superclass.
 class OneToMany
           
 class OneToOne
           
 class Transient
           
 

Uses of Keyable in org.apache.openejb.jee.sun
 

Classes in org.apache.openejb.jee.sun that implement Keyable
 class WebserviceEndpoint
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.