| Constructor and Description |
|---|
RootImpl(EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<X> |
AbstractFrom.getEntity()
Returns the entity of the from.
|
EntityTypeImpl<?> |
FetchParentImpl.getEntity()
Returns the entity of the joinable.
|
EntityTypeImpl<?> |
Joinable.getEntity()
Returns the entity of the joinable.
|
| Constructor and Description |
|---|
AbstractFrom(EntityTypeImpl<X> entity)
Constructor for root types
|
FetchParentImpl(EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<?> |
EntityPath.getEntity()
Returns the entity of the joinable.
|
EntityTypeImpl<X> |
EntityPath.getModel() |
| Constructor and Description |
|---|
EntityPath(ParentPath<?,Z> parent,
SingularAssociationMappingImpl<?,Z> mapping,
EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
Void |
LinkManager.perform(EntityTypeImpl<?> entity)
Performs the actual task on the type.
|
Void |
DdlManager.perform(EntityTypeImpl<?> type)
Performs the actual task on the type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<X> |
ManagedInstance.getType()
Returns the type.
|
EntityTypeImpl<? super X> |
ManagedId.getType()
Returns the type of the managed id.
|
| Constructor and Description |
|---|
ManagedId(Object id,
EntityTypeImpl<X> type)
Constructor for the raw ids.
|
ManagedInstance(EntityTypeImpl<X> type,
SessionImpl session,
X instance) |
ManagedInstance(EntityTypeImpl<X> type,
SessionImpl session,
X instance,
ManagedId<? super X> id) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
EntityManagerImpl.cascadeMerge(EntityTypeImpl<T> type,
T entity,
org.apache.commons.lang.mutable.MutableBoolean requiresFlush,
IdentityHashMap<Object,Object> processed,
LinkedList<ManagedInstance<?>> instances)
Cascades the merge operation
|
| Modifier and Type | Method and Description |
|---|---|
<X> EntityTypeImpl<X> |
MetamodelImpl.entity(Class<X> clazz) |
<X> EntityTypeImpl<X> |
MetamodelImpl.entity(String name)
Returns the entity by name.
|
EntityTypeImpl<? extends X> |
EntityTypeImpl.getChildType(String discriminatorValue)
Returns the child based on the
discriminatorValue value. |
EntityTypeImpl<?> |
MetamodelImpl.getEntity(Class<?> clazz)
Returns the entity that corresponds to clazz's parant chain.
|
EntityTypeImpl<? super X> |
EntityTypeImpl.getParent()
Returns the parent of the entity.
|
EntityTypeImpl<? super X> |
EntityTypeImpl.getRootType()
Returns the root type of the hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityTypeImpl.extendz(EntityTypeImpl<?> parent)
Returns if this entity extends the parent entity.
|
AssociationMappingImpl<?,?,?>[] |
EntityTypeImpl.getDependenciesFor(EntityTypeImpl<?> associate)
Returns the dependencies for the associate type
|
void |
MetamodelImpl.performForeignKeysDdl(DataSource datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the foreign key DDL operations.
|
void |
MetamodelImpl.performTablesDdl(DataSource datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the table DDL operations.
|
void |
EntityTypeImpl.prepareDependenciesFor(EntityTypeImpl<?> associate)
Prepares the dependencies for the associate.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<T> |
AssociatedSingularAttribute.getType() |
| Modifier and Type | Method and Description |
|---|---|
<Z extends X> |
SetAttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
abstract <Z extends X> |
AttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
CollectionAttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
MapAttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
ListAttributeImpl.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
AssociatedSingularAttribute.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
BasicAttribute.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
<Z extends X> |
EmbeddedAttribute.clone(EntityTypeImpl<Z> type)
Clones the attribute.
|
boolean |
BasicAttribute.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<X> |
EntityMapping.getEntity()
Returns the entity of the root mapping.
|
abstract EntityTypeImpl<Y> |
AssociationMappingImpl.getType()
Returns the associate type of the mapping.
|
EntityTypeImpl<X> |
SingularAssociationMappingImpl.getType()
Returns the associate type of the mapping.
|
EntityTypeImpl<E> |
PluralAssociationMappingImpl.getType()
Returns the associate type of the mapping.
|
EntityTypeImpl<X> |
EntityMapping.getType()
Returns the entity or embeddable type of the mapping.
|
EntityTypeImpl<X> |
EntityMapping.getTypeDescriptor()
Returns the entity descriptor of the mapping
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EmbeddedMappingImpl.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
boolean |
SingularAssociationMappingImpl.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
boolean |
SingularMappingEx.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
boolean |
BasicMappingImpl.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
| Constructor and Description |
|---|
EntityMapping(EntityTypeImpl<X> entity) |
Copyright © 2012-2013 Batoo. All Rights Reserved.