| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected Column |
Basic.column |
protected Column |
AttributeOverride.column |
protected Column |
ElementCollection.column |
protected Column |
Version.column |
protected Column |
Id.column |
| Modifier and Type | Method and Description |
|---|---|
Column |
ObjectFactory.createColumn()
Create an instance of
Column |
Column |
Basic.getColumn()
Gets the value of the column property.
|
Column |
AttributeOverride.getColumn()
Gets the value of the column property.
|
Column |
ElementCollection.getColumn()
Gets the value of the column property.
|
Column |
Version.getColumn()
Gets the value of the column property.
|
Column |
Id.getColumn()
Gets the value of the column property.
|
Column |
Field.getColumn() |
Column |
Transient.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
Basic.setColumn(Column value)
Sets the value of the column property.
|
void |
AttributeOverride.setColumn(Column value)
Sets the value of the column property.
|
void |
ElementCollection.setColumn(Column value)
Sets the value of the column property.
|
void |
Version.setColumn(Column value)
Sets the value of the column property.
|
void |
Id.setColumn(Column value)
Sets the value of the column property.
|
void |
Field.setColumn(Column value) |
void |
Transient.setColumn(Column value) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.