| Modifier and Type | Method and Description |
|---|---|
CacheRetrieveMode |
CacheImpl.getCacheRetrieveMode(EntityTypeImpl<?> type)
Returns the cache retrieve mode for the entity
|
CacheStoreMode |
CacheImpl.getCacheStoreMode(EntityTypeImpl<?> type)
Returns the cache store mode for the entity
|
| Constructor and Description |
|---|
RootImpl(EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<?> |
FetchParentImpl.getEntity()
Returns the entity of the joinable.
|
EntityTypeImpl<?> |
Joinable.getEntity()
Returns the entity of the joinable.
|
EntityTypeImpl<X> |
AbstractFrom.getEntity()
Returns the entity of the from.
|
| 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,
String pathName,
EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
Void |
DdlManager.perform(EntityTypeImpl<?> type)
Performs the actual task on the type.
|
Void |
LinkManager.perform(EntityTypeImpl<?> entity)
Performs the actual task on the type.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<? super X> |
ManagedId.getType()
Returns the type of the managed id.
|
EntityTypeImpl<X> |
ManagedInstance.getType()
Returns the type.
|
| Constructor and Description |
|---|
ManagedId(EntityTypeImpl<X> type,
X instance)
Constructor for the instances.
|
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 |
|---|---|
EntityTypeImpl<?> |
EntityTable.getEntity()
Returns the entity of the EntityTable.
|
EntityTypeImpl<?> |
JoinTable.getEntity()
Returns the oner entity of the table.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractColumn[] |
AbstractTable.getInsertColumns(EntityTypeImpl<?> entity)
Returns the columns for the insert.
|
protected String |
AbstractTable.getInsertSql(EntityTypeImpl<?> entity)
Returns the insert statement for the table specifically.
|
protected AbstractColumn[] |
AbstractTable.getUpdateColumns(EntityTypeImpl<?> entity)
Returns the columns for the update.
|
protected String |
AbstractTable.getUpdateSql(EntityTypeImpl<?> entity,
Map<String,AbstractColumn> pkColumns)
Returns the update statement for the table specifically.
|
void |
ForeignKey.link(AssociationMapping<?,?,?> mapping,
EntityTypeImpl<?> targetEntity)
Links the foreign key.
|
void |
JoinTable.link(EntityTypeImpl<?> source,
EntityTypeImpl<?> destination) |
void |
JoinTable.link(EntityTypeImpl<?> source,
EntityTypeImpl<?> destination) |
| Constructor and Description |
|---|
CollectionTable(EntityTypeImpl<?> entity,
CollectionTableMetadata metadata) |
DiscriminatorColumn(EntityTypeImpl<?> entity,
DiscriminatorColumnMetadata metadata) |
EntityTable(EntityTypeImpl<?> entity,
TableMetadata metadata) |
ForeignKey(JdbcAdaptor jdbcAdaptor,
SecondaryTable table,
EntityTypeImpl<?> entity,
List<PrimaryKeyJoinColumnMetadata> metadata) |
JoinTable(EntityTypeImpl<?> entity,
JoinTableMetadata metadata) |
SecondaryTable(EntityTypeImpl<?> entity,
SecondaryTableMetadata metadata)
Default secondary table constructor.
|
SecondaryTable(EntityTypeImpl<?> entity,
TableMetadata metadata)
Constructor primary table as join table in inheritance.
|
| 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)
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<?> |
MetamodelImpl.getEntity(Class<?> clazz)
Returns the entity that corresponds to clazz's parant chain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetamodelImpl.performForeignKeysDdl(DataSourceImpl datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the foreign key DDL operations.
|
void |
MetamodelImpl.performTablesDdl(DataSourceImpl datasource,
DDLMode ddlMode,
EntityTypeImpl<?> entity)
Performs the table DDL operations.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<T> |
AssociatedSingularAttribute.getType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
EntityTypeImpl<E> |
PluralAssociationMapping.getType()
Returns the bindable entity type.
|
EntityTypeImpl<X> |
EntityMapping.getType()
Returns the entity or embeddable type of the mapping.
|
abstract EntityTypeImpl<Y> |
AssociationMapping.getType()
Returns the bindable entity type.
|
EntityTypeImpl<X> |
SingularAssociationMapping.getType()
Returns the bindable entity type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SingularMapping.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
boolean |
BasicMapping.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
boolean |
EmbeddedMapping.fillValue(EntityTypeImpl<?> type,
ManagedInstance<?> managedInstance,
Object instance)
Fills the sequence / table generated value.
|
| Constructor and Description |
|---|
EntityMapping(EntityTypeImpl<X> entity) |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeImpl<? extends X> |
EntityTypeImpl.getChildType(Object discriminatorValue)
Returns the child based on the
discriminatorValue value. |
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.
|
AssociationMapping<?,?,?>[] |
EntityTypeImpl.getDependenciesFor(EntityTypeImpl<?> associate)
Returns the dependencies for the associate type
|
void |
EntityTypeImpl.prepareDependenciesFor(EntityTypeImpl<?> associate)
Prepares the dependencies for the associate.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.