| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.manager | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.type |
| Modifier and Type | Method and Description |
|---|---|
CallbackAvailability |
CallbackManager.getAvailibility(MetamodelImpl metamodel,
IdentifiableTypeImpl<?> superType)
Returns the callback availability.
|
| Constructor and Description |
|---|
BasicAttribute(IdentifiableTypeImpl<X> declaringType,
VersionAttributeMetadata metadata)
Constructor for version attributes.
|
EmbeddedAttribute(IdentifiableTypeImpl<X> declaringType,
EmbeddedIdAttributeMetadata metadata)
Constructor for id type embedded attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityTypeImpl<X>
Implementation of
EntityType. |
class |
MappedSuperclassTypeImpl<X>
Implementation of
MappedSuperclassType. |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableTypeImpl<? super X> |
IdentifiableTypeImpl.getSupertype() |
| Constructor and Description |
|---|
EntityTypeImpl(MetamodelImpl metamodel,
IdentifiableTypeImpl<? super X> parent,
Class<X> javaType,
EntityMetadata metadata) |
IdentifiableTypeImpl(MetamodelImpl metamodel,
IdentifiableTypeImpl<? super X> supertype,
Class<X> javaType,
IdentifiableTypeMetadata metadata) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.