| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.impl.model.mapping |
| Modifier and Type | Method and Description |
|---|---|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociations()
Returns the associations of the type.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociationsDetachable()
Returns the associated attributes that are detachable by the type.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociationsJoined()
Returns the associated attributes that are joined.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociationsNotPersistable()
Returns the plural associations that are not persistable.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociationsPersistable()
Returns the associated attributes that are persistable by the type.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getAssociationsRemovable()
Returns the associated mappings that are removable by the type.
|
AssociationMappingImpl<?,?,?>[] |
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,
AssociationMappingImpl<?,?,?> parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
PluralAssociationMappingImpl<Z,C,E> |
class |
SingularAssociationMappingImpl<Z,X>
Mappings for one-to-one and many-to-one associations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AssociationMappingImpl<?,?,?> |
AssociationMappingImpl.getInverse()
Returns the inverse attribute.
|
AssociationMappingImpl<?,?,?> |
SingularAssociationMappingImpl.getInverse()
Returns the inverse attribute.
|
AssociationMappingImpl<?,?,?> |
PluralAssociationMappingImpl.getInverse()
Returns the inverse attribute.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AssociationMappingImpl.setInverse(AssociationMappingImpl<?,?,?> inverse)
Sets the inverse attribute.
|
void |
SingularAssociationMappingImpl.setInverse(AssociationMappingImpl<?,?,?> inverse)
Sets the inverse attribute.
|
void |
PluralAssociationMappingImpl.setInverse(AssociationMappingImpl<?,?,?> inverse)
Sets the inverse attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractParentMapping.addAssociations(List<AssociationMappingImpl<?,?,?>> associations)
Adds the associations to the list of associations.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.