| Constructor and Description |
|---|
AbstractParameterExpressionImpl(TypeImpl<T> type,
Class<T> paramClass) |
EntityConstantExpression(TypeImpl<T> type,
T value) |
ParameterExpressionImpl(BaseQueryImpl<?> q,
TypeImpl<T> type,
Class<T> paramClass,
int position) |
ParameterExpressionImpl(TypeImpl<T> type,
Class<T> paramClass,
String name) |
SimpleConstantExpression(TypeImpl<T> type,
T value) |
| Constructor and Description |
|---|
AbstractFrom(AbstractFrom<?,Z> parent,
TypeImpl<X> type,
JoinedMapping<? super Z,?,X> mapping,
javax.persistence.criteria.JoinType joinType)
Constructor for joined types
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeploymentManager.hasPerformed(TypeImpl<?> type)
Returns if the type has performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTypeImpl<X>
Implementation of
BasicType. |
class |
EmbeddableTypeImpl<X>
Implementation of
EmbeddableType. |
class |
EntityTypeImpl<X>
Implementation of
EntityType. |
class |
IdentifiableTypeImpl<X>
Implementation of
IdentifiableType. |
class |
ManagedTypeImpl<X>
Implementation of
ManagedType. |
class |
MappedSuperclassTypeImpl<X>
Implementation of
MappedSuperclassType. |
| Modifier and Type | Method and Description |
|---|---|
<X> TypeImpl<X> |
MetamodelImpl.type(Class<X> clazz)
Returns the type corresponding to the
clazz. |
| Modifier and Type | Method and Description |
|---|---|
TypeImpl<E> |
PluralAttributeImpl.getElementType() |
| Modifier and Type | Method and Description |
|---|---|
TypeImpl<E> |
ElementCollectionMappingImpl.getType()
Returns the bindable entity type.
|
TypeImpl<Y> |
JoinedMapping.getType()
Returns the bindable entity type.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.