Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
-
Packages that use ManagedTypeImpl Package Description org.eclipse.persistence.internal.jpa.metamodel -
-
Uses of ManagedTypeImpl in org.eclipse.persistence.internal.jpa.metamodel
Subclasses of ManagedTypeImpl in org.eclipse.persistence.internal.jpa.metamodel Modifier and Type Class Description classEmbeddableTypeImpl<X>Purpose: Provides the implementation for the EmbeddableType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)classEntityTypeImpl<X>Purpose: Provides the implementation for the EntityType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
EntityTypeImpl implements the IdentifiableType interface via EntityTypeclassIdentifiableTypeImpl<X>Purpose: Provides the implementation for the Entity interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)classMappedSuperclassTypeImpl<X>Purpose: Provides the implementation for the MappedSuperclassType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)Methods in org.eclipse.persistence.internal.jpa.metamodel that return ManagedTypeImpl 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 parameterManagedTypeImpl<X>AttributeImpl. getManagedTypeImpl()INTERNAL: Return the managed type representing the type in which the member was declared.Methods in org.eclipse.persistence.internal.jpa.metamodel that return types with arguments of type ManagedTypeImpl Modifier and Type Method Description Map<String,ManagedTypeImpl<?>>MetamodelImpl. getManagedTypesMap()Return the metamodel managed types map.Constructors in org.eclipse.persistence.internal.jpa.metamodel with parameters of type ManagedTypeImpl Constructor Description AttributeImpl(ManagedTypeImpl<X> managedType, DatabaseMapping mapping)INTERNAL:CollectionAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping)INTERNAL: Construct an instance of Collection for the managed type managedTypeCollectionAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping, boolean validationEnabled)INTERNAL: Construct an instance of Collection for the managed type managedTypeListAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping)INTERNAL:ListAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping, boolean validationEnabled)MapAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping)INTERNAL:MapAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping, boolean validationEnabled)INTERNAL: Create a new MapAttribute instance.PluralAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping, boolean validationEnabled)INTERNAL: Create an Attribute instance with a passed in validation flag (usually set to true only during Metamodel initialization)SetAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping)INTERNAL:SetAttributeImpl(ManagedTypeImpl<X> managedType, CollectionMapping mapping, boolean validationEnabled)INTERNAL:SingularAttributeImpl(ManagedTypeImpl<X> managedType, DatabaseMapping mapping)Create an instance of the AttributeSingularAttributeImpl(ManagedTypeImpl<X> managedType, DatabaseMapping mapping, boolean validationEnabled)INTERNAL: Create an Attribute instance with a passed in validation flag (usually set to true only during Metamodel initialization)
-