| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
EntityTypeImpl.getAttributeOverride(String path)
Returns if attribute with the
path is overridden by the entity. |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
EmbeddedAttribute.getAttributeOverride(String path)
Returns the attribute override if one exists for the path.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
EmbeddedMappingImpl.getAttributeOverride(String path)
Returns the attribute override or
null |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionTable.link(EntityTypeDescriptor entity,
TypeDescriptor type,
String defaultName,
ColumnMetadata metadata,
javax.persistence.EnumType enumType,
javax.persistence.TemporalType temporalType,
boolean lob)
Links the collection table.
|
void |
CollectionTable.setKeyColumn(ColumnMetadata mapKeyColumn,
String name,
javax.persistence.TemporalType mapKeyTemporalType,
javax.persistence.EnumType mapKeyEnumType,
Class<?> mapKeyJavaType)
Sets the map key column.
|
void |
JoinTable.setKeyColumn(ColumnMetadata mapKeyColumn,
String name,
javax.persistence.TemporalType mapKeyTemporalType,
javax.persistence.EnumType mapKeyEnumType,
Class<?> mapKeyJavaType)
Sets the map key column.
|
void |
ForeignKey.setOrderColumn(ColumnMetadata orderColumn,
String name,
AbstractLocator locator)
Sets the order column.
|
void |
CollectionTable.setOrderColumn(ColumnMetadata orderColumn,
String name,
AbstractLocator locator)
Sets the order column for the owned list type joins
|
void |
JoinTable.setOrderColumn(ColumnMetadata orderColumn,
String name,
AbstractLocator locator)
Sets the order column for the owned list type joins
|
| Constructor and Description |
|---|
BasicColumn(JdbcAdaptor jdbcAdaptor,
BasicMapping<?,?> mapping,
int sqlType,
ColumnMetadata metadata) |
ElementColumn(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
CollectionTable table,
String name,
Class<?> javaType,
javax.persistence.EnumType enumType,
javax.persistence.TemporalType temporalType,
boolean lob,
ColumnMetadata metadata) |
MapKeyColumn(AbstractTable table,
ColumnMetadata metadata,
String name,
javax.persistence.TemporalType temporalType,
javax.persistence.EnumType enumType,
Class<?> javaType) |
OrderColumn(AbstractTable table,
ColumnMetadata orderColumn,
String name,
AbstractLocator locator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnMetadataImpl
Implementation of
ColumnMetadata. |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
AttributeOverrideMetadataImpl.getColumn()
Returns the column of the override.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ElementCollectionAttributeMetadataImpl.getColumn()
Returns the column definition.
|
ColumnMetadata |
PhysicalAttributeMetadataImpl.getColumn()
Returns the column definition of the singular attribute.
|
ColumnMetadata |
ElementCollectionAttributeMetadataImpl.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
OneToManyAttributeMetadataImpl.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
ManyToManyAttributeMetadataImpl.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
ElementCollectionAttributeMetadataImpl.getOrderColumn()
Returns the order column definition.
|
ColumnMetadata |
OneToManyAttributeMetadataImpl.getOrderColumn()
Returns the order column definition.
|
ColumnMetadata |
ManyToManyAttributeMetadataImpl.getOrderColumn()
Returns the order column definition.
|
protected ColumnMetadata |
AssociationAttributeMetadataImpl.handleMapKeyColumn(Member member,
Set<Class<? extends Annotation>> parsed)
Handles the
MapKeyColumn annotation. |
protected ColumnMetadata |
AssociationAttributeMetadataImpl.handleOrderColumn(Member member,
Set<Class<? extends Annotation>> parsed)
Handles the
OrderColumn annotation. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnElement
Element for
column elements. |
class |
MapKeyColumnElement
Element for
map-key-column elements. |
class |
OrderColumnElement
Element for
column elements. |
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
AttributeOverrideElement.getColumn()
Returns the column of the override.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ElementCollectionAttributeElement.getColumn()
Returns the column definition.
|
ColumnMetadata |
PhysicalAttributeElement.getColumn()
Returns the column definition of the singular attribute.
|
ColumnMetadata |
ManyToManyAttributeElement.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
OneToManyAttributeElement.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
ElementCollectionAttributeElement.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
ManyToManyAttributeElement.getOrderColumn()
Returns the order column definition.
|
ColumnMetadata |
OneToManyAttributeElement.getOrderColumn()
Returns the order column definition.
|
ColumnMetadata |
ElementCollectionAttributeElement.getOrderColumn()
Returns the order column definition.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
AttributeOverrideMetadata.getColumn()
Returns the column of the override.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
ElementCollectionAttributeMetadata.getColumn()
Returns the column definition.
|
ColumnMetadata |
PhysicalAttributeMetadata.getColumn()
Returns the column definition of the singular attribute.
|
ColumnMetadata |
PluralAttributeMetadata.getMapKeyColumn()
Returns the map key column definition.
|
ColumnMetadata |
PluralAttributeMetadata.getOrderColumn()
Returns the order column definition.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.