| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.impl.model.type |
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.link(AssociationMapping<?,?,?> mapping,
EntityTypeImpl<?> targetEntity)
Links the foreign key.
|
void |
JoinColumn.setColumnProperties(AssociationMapping<?,?,?> mapping,
BasicMapping<?,?> referencedMapping)
Sets the column definition.
|
| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
AssociationMapping<?,?,?> mapping,
BasicMapping<?,?> idMapping)
Constructor with no metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PluralAssociationMapping<Z,C,E> |
class |
SingularAssociationMapping<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationMapping<?,?,?> |
PluralAssociationMapping.getInverse()
Returns the inverse attribute.
|
abstract AssociationMapping<?,?,?> |
AssociationMapping.getInverse()
Returns the inverse attribute.
|
AssociationMapping<?,?,?> |
SingularAssociationMapping.getInverse()
Returns the inverse attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluralAssociationMapping.setInverse(AssociationMapping<?,?,?> inverse)
Sets the inverse attribute.
|
abstract void |
AssociationMapping.setInverse(AssociationMapping<?,?,?> inverse)
Sets the inverse attribute.
|
void |
SingularAssociationMapping.setInverse(AssociationMapping<?,?,?> inverse)
Sets the inverse attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapping.addAssociations(List<AssociationMapping<?,?,?>> associations)
Adds the associations to the list of associations.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociations()
Returns the associations of the type.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociationsDetachable()
Returns the associated attributes that are detachable by the type.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociationsJoined()
Returns the associated attributes that are joined.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociationsNotPersistable()
Returns the plural associations that are not persistable.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociationsPersistable()
Returns the associated attributes that are persistable by the type.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getAssociationsRemovable()
Returns the associated mappings that are removable by the type.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getDependenciesFor(EntityTypeImpl<?> associate)
Returns the dependencies for the associate type
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTypeImpl.prepareEagerJoins(javax.persistence.criteria.FetchParent<?,?> r,
int depth,
AssociationMapping<?,?,?> parent) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.