| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| 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 |
Id
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface Id {}
|
class |
Transient
Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface Transient {}
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.addField(Field field) |
void |
MappedSuperclass.addField(Field field) |
void |
Mapping.addField(Field field) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.