Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
-
Packages that use MetamodelImpl Package Description org.eclipse.persistence.internal.jpa.metamodel -
-
Uses of MetamodelImpl in org.eclipse.persistence.internal.jpa.metamodel
Fields in org.eclipse.persistence.internal.jpa.metamodel declared as MetamodelImpl Modifier and Type Field Description protected MetamodelImplManagedTypeImpl. metamodelReference to the metamodel that this managed type belongs toMethods in org.eclipse.persistence.internal.jpa.metamodel that return MetamodelImpl Modifier and Type Method Description protected 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 MetamodelImpl Modifier and Type Method Description protected 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 MetamodelImpl Constructor Description EmbeddableTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor)EntityTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor)IdentifiableTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor)ManagedTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor)INTERNAL: This constructor will create a ManagedType but will not initialize its member mappings.MappedSuperclassTypeImpl(MetamodelImpl metamodel, ClassDescriptor relationalDescriptor)
-