| Modifier and Type | Method and Description |
|---|---|
MetamodelImpl |
BaseQueryImpl.getMetamodel()
Returns the metamodel.
|
MetamodelImpl |
BaseQuery.getMetamodel()
Returns the metamodel.
|
MetamodelImpl |
SubqueryImpl.getMetamodel()
Returns the metamodel.
|
MetamodelImpl |
CriteriaBuilderImpl.getMetamodel()
Returns the metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractParameterExpressionImpl.ensureTypeResolved(MetamodelImpl metamodel)
Ensures the type has been resolved.
|
int |
AbstractParameterExpressionImpl.getExpandedCount(MetamodelImpl metamodelImpl)
Returns the number of SQL parameters when expanded.
|
void |
EntityConstantExpression.setParameter(MetamodelImpl metamodel,
Connection connection,
Object[] parameters,
org.apache.commons.lang.mutable.MutableInt sqlIndex)
Sets the parameters expanding if necessary.
|
protected void |
AbstractParameterExpressionImpl.setParameter(MetamodelImpl metamodel,
Connection connection,
Object[] parameters,
org.apache.commons.lang.mutable.MutableInt sqlIndex,
Object value)
Sets the parameters expanding if necessary.
|
void |
ParameterExpressionImpl.setParameter(MetamodelImpl metamodel,
Connection connections,
Object[] parameters,
org.apache.commons.lang.mutable.MutableInt sqlIndex,
Object value)
Sets the parameters expanding if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
MetamodelImpl |
DeploymentManager.getMetamodel()
Returns the metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DdlManager.perform(DataSource datasource,
MetamodelImpl metamodel,
DDLMode ddlMode)
Performs the DDL operations.
|
static void |
LinkManager.perform(MetamodelImpl metamodel)
Performs the association linking operations.
|
static void |
NamedQueriesManager.perform(MetamodelImpl metamodel,
CriteriaBuilderImpl criteriaBuilder)
Performs the association linking operations.
|
| Constructor and Description |
|---|
DeploymentManager(BLogger log,
String name,
MetamodelImpl metamodel,
DeploymentManager.Context context) |
| Modifier and Type | Method and Description |
|---|---|
MetamodelImpl |
EntityManagerFactoryImpl.getMetamodel() |
MetamodelImpl |
EntityManagerImpl.getMetamodel() |
| Modifier and Type | Method and Description |
|---|---|
CallbackAvailability |
CallbackManager.getAvailibility(MetamodelImpl metamodel,
IdentifiableTypeImpl<?> superType)
Returns the callback availability.
|
| Constructor and Description |
|---|
EntityManagerImpl(EntityManagerFactoryImpl entityManagerFactory,
MetamodelImpl metamodel,
DataSource datasource,
Map<String,Object> properties,
JdbcAdaptor jdbcAdaptor) |
JtaEntityManagerImpl(JtaEntityManagerFactoryImpl entityManagerFactory,
MetamodelImpl metamodel,
DataSource datasource,
Map<String,Object> properties,
JdbcAdaptor jdbcAdaptor) |
SessionImpl(EntityManagerImpl entityManager,
MetamodelImpl metamodel) |
| Modifier and Type | Method and Description |
|---|---|
MetamodelImpl |
TypeImpl.getMetamodel()
Returns the metamodel.
|
| Constructor and Description |
|---|
BasicTypeImpl(MetamodelImpl metamodel,
Class<X> javaType) |
EmbeddableTypeImpl(MetamodelImpl metamodel,
Class<X> javaType,
EmbeddableMetadata metadata) |
EntityTypeImpl(MetamodelImpl metamodel,
IdentifiableTypeImpl<? super X> parent,
Class<X> javaType,
EntityMetadata metadata) |
IdentifiableTypeImpl(MetamodelImpl metamodel,
IdentifiableTypeImpl<? super X> supertype,
Class<X> javaType,
IdentifiableTypeMetadata metadata) |
ManagedTypeImpl(MetamodelImpl metamodel,
Class<X> clazz,
ManagedTypeMetadata metadata) |
MappedSuperclassTypeImpl(MetamodelImpl metamodel,
MappedSuperclassTypeImpl<? super X> parent,
Class<X> javaType,
MappedSuperclassMetadata metadata) |
TypeImpl(MetamodelImpl metamodel,
Class<X> javaType) |
| Modifier and Type | Method and Description |
|---|---|
MetamodelImpl |
AttributeImpl.getMetamodel()
Returns the metamodel.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.