Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Packages that use MetamodelImpl
-
Uses of MetamodelImpl in org.eclipse.persistence.internal.jpa.metamodel
Fields in org.eclipse.persistence.internal.jpa.metamodel declared as MetamodelImplModifier and TypeFieldDescriptionprotected MetamodelImpl
ManagedTypeImpl.metamodel
Reference to the metamodel that this managed type belongs toMethods in org.eclipse.persistence.internal.jpa.metamodel that return MetamodelImplModifier and TypeMethodDescriptionprotected MetamodelImpl
AttributeImpl.getMetamodel()
INTERNAL: Return the concrete metamodel that this attribute is associated with.protected MetamodelImpl
ManagedTypeImpl.getMetamodel()
INTERNAL: Return the Metamodel that this ManagedType is associated with.Methods in org.eclipse.persistence.internal.jpa.metamodel with parameters of type MetamodelImplModifier and TypeMethodDescriptionprotected static ManagedTypeImpl
<?> ManagedTypeImpl.create
(MetamodelImpl metamodel, ClassDescriptor descriptor) INTERNAL: Return an instance of a ManagedType based on the RelationalDescriptor parameterprotected static MappedSuperclassTypeImpl
<?> MappedSuperclassTypeImpl.create
(MetamodelImpl metamodel, ClassDescriptor relationalDescriptor) INTERNAL: Return an instance of a MappedSuperclassType based on the RelationalDescriptor.Constructors in org.eclipse.persistence.internal.jpa.metamodel with parameters of type MetamodelImplModifierConstructorDescriptionprotected
EmbeddableTypeImpl
(MetamodelImpl metamodel, ClassDescriptor descriptor) protected
EntityTypeImpl
(MetamodelImpl metamodel, ClassDescriptor descriptor) protected
IdentifiableTypeImpl
(MetamodelImpl metamodel, ClassDescriptor descriptor) protected
ManagedTypeImpl
(MetamodelImpl metamodel, ClassDescriptor descriptor) INTERNAL: This constructor will create a ManagedType but will not initialize its member mappings.protected
MappedSuperclassTypeImpl
(MetamodelImpl metamodel, ClassDescriptor relationalDescriptor)