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 MetamodelImplManagedTypeImpl.metamodelReference to the metamodel that this managed type belongs toMethods in org.eclipse.persistence.internal.jpa.metamodel that return MetamodelImplModifier and TypeMethodDescriptionprotected MetamodelImplAttributeImpl.getMetamodel()INTERNAL: Return the concrete metamodel that this attribute is associated with.protected MetamodelImplManagedTypeImpl.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 MetamodelImplModifierConstructorDescriptionprotectedEmbeddableTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor) protectedEntityTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor) protectedIdentifiableTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor) protectedManagedTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor) INTERNAL: This constructor will create a ManagedType but will not initialize its member mappings.protectedMappedSuperclassTypeImpl(MetamodelImpl metamodel, ClassDescriptor relationalDescriptor)