| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.impl.model.type |
| Modifier and Type | Method and Description |
|---|---|
<X> ManagedTypeImpl<X> |
MetamodelImpl.managedType(Class<X> clazz) |
| Modifier and Type | Method and Description |
|---|---|
ManagedTypeImpl<X> |
AttributeImpl.getDeclaringType() |
| Modifier and Type | Method and Description |
|---|---|
static <X> PluralAttributeImpl<X,?,?> |
PluralAttributeImpl.create(ManagedTypeImpl<X> declaringType,
AttributeMetadata metadata,
Attribute.PersistentAttributeType attributeType)
Creates an associated plural attribute corresponding to member type
|
| Modifier and Type | Method and Description |
|---|---|
ManagedTypeImpl<?> |
RootMapping.getType()
Returns the type of the root mapping.
|
abstract ManagedTypeImpl<? super X> |
ParentMapping.getType()
Returns the entity or embeddable type of the mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddableTypeImpl<X>
Implementation of
EmbeddableType. |
class |
EntityTypeImpl<X>
Implementation of
EntityType. |
class |
IdentifiableTypeImpl<X>
Implementation of
IdentifiableType. |
class |
MappedSuperclassTypeImpl<X>
Implementation of
MappedSuperclassType. |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.