| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbReference |
interface |
JndiReference |
interface |
PersistenceRef |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationException
ejb-jar_3_1.xsd
|
class |
DataSource
javaee6.xsd
|
class |
EjbLocalRef
javaee6.xsd
|
class |
EjbRef
javaee6.xsd
|
class |
EnvEntry
javaee6.xsd
|
class |
ExceptionMapping |
class |
Icon
javaee6.xsd
|
class |
JMSConnectionFactory |
class |
JMSDestination |
class |
MessageDestination
javaee6.xsd
|
class |
MessageDestinationRef
javaee6.xsd
|
class |
PackageMapping
The package-mapping indicates the mapping between java-package-name
and XML namespace in the WSDL document.
|
class |
PersistenceContextRef
javaee6.xsd
|
class |
PersistenceUnitRef
javaee6.xsd
|
class |
PortComponent
javaee_web_services_1_3.xsd
|
class |
ResourceEnvRef
javaee6.xsd
|
class |
ResourceRef
javaee6.xsd
|
class |
ServiceEndpointInterfaceMapping
The service-endpoint-interface-mapping defines a tuple
to specify Service Endpoint Interfaces to
WSDL port types and WSDL bindings.
|
class |
ServiceRef
javaee6.xsd
|
class |
WebserviceDescription
javaee_web_services_1_3.xsd
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Field |
interface |
RelationField |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeOverride
Target({TYPE, METHOD, FIELD}) @Retention(RUNTIME)
public @interface AttributeOverride {
String name();
Column column();
}
|
class |
Basic
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface Basic {
FetchType fetch() default EAGER;
boolean optional() default true;
}
|
class |
Entity
Defines the settings and mappings for an entity.
|
class |
Id
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface Id {}
|
class |
ManyToMany
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface ManyToMany {
Class targetEntity() default void.class;
CascadeType[] cascade() default {};
FetchType fetch() default LAZY;
String mappedBy() default "";
}
|
class |
ManyToOne
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface ManyToOne {
Class targetEntity() default void.class;
CascadeType[] cascade() default {};
FetchType fetch() default EAGER;
boolean optional() default true;
}
|
class |
MappedSuperclass
Defines the settings and mappings for a mapped superclass.
|
class |
OneToMany
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface OneToMany {
Class targetEntity() default void.class;
CascadeType[] cascade() default {};
FetchType fetch() default LAZY;
String mappedBy() default "";
}
|
class |
OneToOne
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface OneToOne {
Class targetEntity() default void.class;
CascadeType[] cascade() default {};
FetchType fetch() default EAGER;
boolean optional() default true;
String mappedBy() default "";
boolean orphanRemoval() default false;
}
|
class |
Transient
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface Transient {}
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebserviceEndpoint |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.