| Package | Description |
|---|---|
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.mapping |
| Modifier and Type | Method and Description |
|---|---|
Mapping<?,?,?> |
OrderColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
MapKeyColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
JoinColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
ForeignKey.getMapping()
Returns the mapping of the ForeignKey.
|
Mapping<?,?,?> |
ElementColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
DiscriminatorColumn.getMapping()
Returns the mapping of the BasicColumn.
|
Mapping<?,?,?> |
Column.getMapping()
Returns the mapping of the BasicColumn.
|
abstract Mapping<?,?,?> |
AbstractColumn.getMapping()
Returns the mapping of the BasicColumn.
|
| Constructor and Description |
|---|
ElementColumn(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
CollectionTable table,
String name,
Class<?> javaType,
javax.persistence.EnumType enumType,
javax.persistence.TemporalType temporalType,
boolean lob,
ColumnMetadata metadata) |
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata)
Constructor to create a join foreign key
|
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata,
boolean inverseOwner)
Constructor to create a join foreign key
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationMapping<Z,X,Y>
The interface for association mappings.
|
interface |
BasicMapping<Z,X>
The interface for basic mappings.
|
interface |
ElementCollectionMapping<Z,C,E>
The interface for element collection mappings.
|
interface |
EmbeddedMapping<Z,X>
The interface for
EmbeddedMappings and BasicMappings. |
interface |
ParentMapping<Z,X> |
interface |
PluralMapping<Z,C,E>
Mappings that corresponds to singular attributes.
|
interface |
SingularAssociationMapping<Z,X>
The interface for singular associated joins.
|
interface |
SingularMapping<Z,X>
Mappings that corresponds to singular attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping<? super X,?,?> |
RootMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<? super X,?,?> |
ParentMapping.getChild(String name)
Returns the mapping corresponding to the name.
|
Mapping<?,?,?> |
RootMapping.getMapping(String path)
Returns the mapping corresponding to the path.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Mapping<? super X,?,?>> |
ParentMapping.getChildren()
Returns the children of the mapping.
|
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.