|
Change Parameter Type declaringType : ManagedTypeImplementor<D> to declaringType : ManagedTypeDescriptor<D> in method public SingularAttributeImpl(declaringType ManagedTypeDescriptor<D>, name String, attributeNature PersistentAttributeType, attributeType SimpleTypeDescriptor<J>, member Member, isIdentifier boolean, isVersion boolean, isOptional boolean) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Parameter Type attributeType : SimpleTypeImplementor<Y> to attributeType : SimpleTypeDescriptor<Y> in method public Version(declaringType ManagedTypeDescriptor<X>, name String, attributeNature PersistentAttributeType, attributeType SimpleTypeDescriptor<Y>, member Member) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version |
From |
To |
|
Change Parameter Type entityType : EntityTypeImplementor<? super J> to entityType : EntityTypeDescriptor<? super J> in method public appliesTo(entityType EntityTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.spi.RootGraphImplementor |
From |
To |
|
Change Parameter Type graphType : SimpleTypeImplementor<?> to graphType : SimpleTypeDescriptor<?> in method private resolveSubTypeManagedType(graphType SimpleTypeDescriptor<?>, subTypeName String) : ManagedTypeDescriptor in class org.hibernate.graph.internal.parse.PathQualifierType |
From |
To |
|
Change Parameter Type entityType : EntityTypeImplementor<J> to entityType : EntityTypeDescriptor<J> in method public RootGraphImpl(name String, entityType EntityTypeDescriptor<J>, mutable boolean, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.RootGraphImpl |
From |
To |
|
Change Parameter Type idAttribute : SingularAttributeImplementor<X,?> to idAttribute : SingularPersistentAttribute<X,?> in method public applyIdAttribute(idAttribute SingularPersistentAttribute<X,?>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<J,?> to attribute : PersistentAttributeDescriptor<J,?> in method public addAttribute(attribute PersistentAttributeDescriptor<J,?>) : void in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor.InFlightAccess |
From |
To |
|
Change Parameter Type identifiableType : IdentifiableTypeImplementor<?> to identifiableType : IdentifiableTypeDescriptor<?> in method private applyIdMetadata(persistentClass PersistentClass, identifiableType IdentifiableTypeDescriptor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type declaringType : ManagedTypeImplementor<X> to declaringType : ManagedTypeDescriptor<X> in method public Version(declaringType ManagedTypeDescriptor<X>, name String, attributeNature PersistentAttributeType, attributeType SimpleTypeDescriptor<Y>, member Member) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public findAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in method private SingularAttributeMetadataImpl(propertyMapping Property, ownerType ManagedTypeDescriptor<X>, member Member, persistentAttributeType Attribute.PersistentAttributeType) in class org.hibernate.metamodel.internal.AttributeFactory.SingularAttributeMetadataImpl |
From |
To |
|
Change Parameter Type attributes : Set<SingularAttributeImplementor<? super J,?>> to attributes : Set<SingularPersistentAttribute<? super J,?>> in method public collectIdClassAttributes(attributes Set<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Parameter Type baseType : ManagedTypeImplementor<? super S> to baseType : ManagedTypeDescriptor<? super S> in method public resolveSubType(baseType ManagedTypeDescriptor<? super S>, subTypeClass Class<S>, sessionFactory SessionFactoryImplementor) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Parameter Type idClassAttributes : Set<SingularAttributeImplementor<? super J,?>> to idClassAttributes : Set<SingularPersistentAttribute<? super J,?>> in method public applyIdClassAttributes(idClassAttributes Set<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type graph : RootGraph<?> to graph : RootGraphImplementor<?> in method public EntityGraphQueryHint(graph RootGraphImplementor<?>, semantic GraphSemantic) in class org.hibernate.engine.query.spi.EntityGraphQueryHint |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<X,J> to attribute : PersistentAttributeDescriptor<X,J> in method public AttributeNodeImpl(mutable boolean, attribute PersistentAttributeDescriptor<X,J>, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type type : ManagedTypeImplementor<S> to type : ManagedTypeDescriptor<S> in method private internalMakeKeySubgraph(type ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type idAttribute : SingularAttributeImplementor<J,?> to idAttribute : SingularPersistentAttribute<J,?> in method public applyIdAttribute(idAttribute SingularPersistentAttribute<J,?>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in method public buildAttribute(ownerType ManagedTypeDescriptor<X>, property Property) : PersistentAttributeDescriptor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type attributes : Set<SingularAttributeImplementor<? super J,?>> to attributes : Set<SingularPersistentAttribute<? super J,?>> in method public collectIdClassAttributes(attributes Set<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Parameter Type jpaEntityType : EntityTypeImplementor<X> to jpaEntityType : EntityTypeDescriptor<X> in method private applyVersionAttribute(persistentClass PersistentClass, jpaEntityType EntityTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addSubGraph(attribute PersistentAttributeDescriptor<? extends J,AJ>, subType Class<AJ>) : SubGraphImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<D> to ownerType : ManagedTypeDescriptor<D> in method public PluralAttributeBuilder(ownerType ManagedTypeDescriptor<D>, elementType SimpleTypeDescriptor<E>, collectionClass Class<C>, keyType SimpleTypeDescriptor<K>) in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Parameter Type subtype : ManagedTypeImplementor<S> to subtype : ManagedTypeDescriptor<S> in method public makeSubGraph(subtype ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.spi.AttributeNodeImplementor |
From |
To |
|
Change Parameter Type parent : ManagedTypeImplementor<?> to parent : ManagedTypeDescriptor<?> in method public EmbeddableTypeImpl(javaType Class<J>, parent ManagedTypeDescriptor<?>, hibernateType ComponentType, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl |
From |
To |
|
Change Parameter Type jpaMappingType : MappedSuperclassTypeImplementor<X> to jpaMappingType : MappedSuperclassTypeDescriptor<X> in method private applyVersionAttribute(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type attribute : SingularAttributeImplementor to attribute : SingularPersistentAttribute in method public resolveKeyTypeDescriptor(attribute SingularPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<J,?> to attribute : PersistentAttributeDescriptor<J,?> in method public addAttribute(attribute PersistentAttributeDescriptor<J,?>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type attribute : SingularAttributeImplementor to attribute : SingularPersistentAttribute in method private checkType(attribute SingularPersistentAttribute, javaType Class) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Parameter Type managedTypeAccess : ManagedTypeImplementor.InFlightAccess to managedTypeAccess : ManagedTypeDescriptor.InFlightAccess in method private InFlightAccessImpl(managedTypeAccess ManagedTypeDescriptor.InFlightAccess) in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<X> to managedType : ManagedTypeDescriptor<X> in method private populateStaticMetamodel(managedType ManagedTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type entityType : EntityTypeImplementor<? super J> to entityType : EntityTypeDescriptor<? super J> in method public appliesTo(entityType EntityTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.internal.RootGraphImpl |
From |
To |
|
Change Parameter Type attributeConsumer : Consumer<SingularAttributeImplementor<? super J,?>> to attributeConsumer : Consumer<SingularPersistentAttribute<? super J,?>> in method public visitIdClassAttributes(attributeConsumer Consumer<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Parameter Type attributeType : SimpleTypeImplementor<J> to attributeType : SimpleTypeDescriptor<J> in method public Identifier(declaringType ManagedTypeDescriptor<D>, name String, attributeType SimpleTypeDescriptor<J>, member Member, attributeNature PersistentAttributeType) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier |
From |
To |
|
Change Parameter Type ownerType : IdentifiableTypeImplementor<X> to ownerType : IdentifiableTypeDescriptor<X> in method public buildVersionAttribute(ownerType IdentifiableTypeDescriptor<X>, property Property) : SingularAttributeImpl<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<X> to managedType : ManagedTypeDescriptor<X> in method private registerAttributes(metamodelClass Class, managedType ManagedTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addKeySubGraph(attribute PersistentAttributeDescriptor<? extends J,AJ>, subType Class<? extends AJ>) : SubGraphImplementor<? extends AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type attributeType : SimpleTypeImplementor<J> to attributeType : SimpleTypeDescriptor<J> in method public SingularAttributeImpl(declaringType ManagedTypeDescriptor<D>, name String, attributeNature PersistentAttributeType, attributeType SimpleTypeDescriptor<J>, member Member, isIdentifier boolean, isVersion boolean, isOptional boolean) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Parameter Type ownerType : IdentifiableTypeImplementor<X> to ownerType : IdentifiableTypeDescriptor<X> in method public buildIdAttribute(ownerType IdentifiableTypeDescriptor<X>, property Property) : SingularPersistentAttribute<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type baseType : ManagedTypeImplementor<T> to baseType : ManagedTypeDescriptor<T> in method public resolveSubType(baseType ManagedTypeDescriptor<T>, subTypeName String, sessionFactory SessionFactoryImplementor) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Parameter Type declaringType : ManagedTypeImplementor<D> to declaringType : ManagedTypeDescriptor<D> in method protected AbstractAttribute(declaringType ManagedTypeDescriptor<D>, name String, attributeNature PersistentAttributeType, valueType SimpleTypeDescriptor<?>, member Member) in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Parameter Type versionAttribute : SingularAttributeImplementor<X,?> to versionAttribute : SingularPersistentAttribute<X,?> in method public applyVersionAttribute(versionAttribute SingularPersistentAttribute<X,?>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess |
From |
To |
|
Change Parameter Type superType : IdentifiableTypeImplementor<? super J> to superType : IdentifiableTypeDescriptor<? super J> in method public AbstractIdentifiableType(javaType Class<J>, typeName String, superType IdentifiableTypeDescriptor<? super J>, hasIdClass boolean, hasIdentifierProperty boolean, versioned boolean, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<J> to managedType : ManagedTypeDescriptor<J> in method public AbstractGraph(managedType ManagedTypeDescriptor<J>, mutable boolean, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Parameter Type keyType : SimpleTypeImplementor<K> to keyType : SimpleTypeDescriptor<K> in method public PluralAttributeBuilder(ownerType ManagedTypeDescriptor<D>, elementType SimpleTypeDescriptor<E>, collectionClass Class<C>, keyType SimpleTypeDescriptor<K>) in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Parameter Type versionAttribute : SingularAttributeImplementor<J,?> to versionAttribute : SingularPersistentAttribute<J,?> in method public applyVersionAttribute(versionAttribute SingularPersistentAttribute<J,?>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type mappedSuperclassType : MappedSuperclassTypeImplementor<?> to mappedSuperclassType : MappedSuperclassTypeDescriptor<?> in method package registerMappedSuperclassType(mappedSuperclass MappedSuperclass, mappedSuperclassType MappedSuperclassTypeDescriptor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type keyType : SimpleTypeImplementor<K> to keyType : SimpleTypeDescriptor<K> in method public create(ownerType AbstractManagedType<X>, attrType SimpleTypeDescriptor<E>, collectionClass Class<C>, keyType SimpleTypeDescriptor<K>) : PluralAttributeBuilder<X,C,E,K> in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute |
From |
To |
|
Change Parameter Type subtype : ManagedTypeImplementor<S> to subtype : ManagedTypeDescriptor<S> in method public makeSubGraph(subtype ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type superType : ManagedTypeImplementor<? super J> to superType : ManagedTypeDescriptor<? super J> in method protected AbstractManagedType(javaType Class<J>, typeName String, superType ManagedTypeDescriptor<? super J>, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Parameter Type jpaMappingType : MappedSuperclassTypeImplementor<X> to jpaMappingType : MappedSuperclassTypeDescriptor<X> in method private applyIdMetadata(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type attributeConsumer : Consumer<SingularAttributeImplementor<? super J,?>> to attributeConsumer : Consumer<SingularPersistentAttribute<? super J,?>> in method public visitIdClassAttributes(attributeConsumer Consumer<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Parameter Type superType : IdentifiableTypeImplementor<? super X> to superType : IdentifiableTypeDescriptor<? super X> in method public MappedSuperclassTypeImpl(javaType Class<X>, mappedSuperclass MappedSuperclass, superType IdentifiableTypeDescriptor<? super X>, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl |
From |
To |
|
Change Parameter Type attribute : PluralAttributeImplementor to attribute : PluralPersistentAttribute in method public resolveKeyTypeDescriptor(attribute PluralPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Parameter Type type : ManagedTypeImplementor<S> to type : ManagedTypeDescriptor<S> in method private internalMakeSubgraph(type ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type subtype : ManagedTypeImplementor<S> to subtype : ManagedTypeDescriptor<S> in method public makeKeySubGraph(subtype ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type entityType : EntityTypeImplementor<J> to entityType : EntityTypeDescriptor<J> in method public RootGraphImpl(name String, entityType EntityTypeDescriptor<J>, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.RootGraphImpl |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addKeySubGraph(attribute PersistentAttributeDescriptor<? extends J,AJ>, subType Class<? extends AJ>) : SubGraphImplementor<? extends AJ> in class org.hibernate.graph.spi.SubGraphImplementor |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in method protected BaseAttributeMetadata(propertyMapping Property, ownerType ManagedTypeDescriptor<X>, member Member, persistentAttributeType Attribute.PersistentAttributeType) in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Parameter Type attrType : SimpleTypeImplementor<E> to attrType : SimpleTypeDescriptor<E> in method public create(ownerType AbstractManagedType<X>, attrType SimpleTypeDescriptor<E>, collectionClass Class<C>, keyType SimpleTypeDescriptor<K>) : PluralAttributeBuilder<X,C,E,K> in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute |
From |
To |
|
Change Parameter Type idClassAttributes : Set<SingularAttributeImplementor<? super X,?>> to idClassAttributes : Set<SingularPersistentAttribute<? super X,?>> in method public applyIdClassAttributes(idClassAttributes Set<SingularPersistentAttribute<? super X,?>>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor.InFlightAccess |
From |
To |
|
Change Parameter Type ownerType : IdentifiableTypeImplementor<X> to ownerType : IdentifiableTypeDescriptor<X> in method private buildIdClassAttributes(ownerType IdentifiableTypeDescriptor<X>, propertyIterator Iterator<Property>) : Set<SingularPersistentAttribute<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type entityType : EntityTypeImplementor<?> to entityType : EntityTypeDescriptor<?> in method public resolveEntityPersister(entityType EntityTypeDescriptor<?>, sessionFactory SessionFactoryImplementor) : EntityPersister in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Parameter Type subtype : ManagedTypeImplementor<S> to subtype : ManagedTypeDescriptor<S> in method public makeKeySubGraph(subtype ManagedTypeDescriptor<S>) : SubGraphImplementor<S> in class org.hibernate.graph.spi.AttributeNodeImplementor |
From |
To |
|
Change Parameter Type valueType : SimpleTypeImplementor<?> to valueType : SimpleTypeDescriptor<?> in method protected AbstractAttribute(declaringType ManagedTypeDescriptor<D>, name String, attributeNature PersistentAttributeType, valueType SimpleTypeDescriptor<?>, member Member) in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<J> to managedType : ManagedTypeDescriptor<J> in method public SubGraphImpl(managedType ManagedTypeDescriptor<J>, mutable boolean, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.SubGraphImpl |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<? super J> to managedType : ManagedTypeDescriptor<? super J> in method public appliesTo(managedType ManagedTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.internal.SubGraphImpl |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addSubGraph(attribute PersistentAttributeDescriptor<? extends J,AJ>) : SubGraphImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor to attribute : PersistentAttributeDescriptor in method public addAttribute(attribute PersistentAttributeDescriptor) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<? super J> to managedType : ManagedTypeDescriptor<? super J> in method public appliesTo(managedType ManagedTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in method private PluralAttributeMetadataImpl(propertyMapping Property, ownerType ManagedTypeDescriptor<X>, member Member, persistentAttributeType Attribute.PersistentAttributeType, elementPersistentAttributeType Attribute.PersistentAttributeType, keyPersistentAttributeType Attribute.PersistentAttributeType) in class org.hibernate.metamodel.internal.AttributeFactory.PluralAttributeMetadataImpl |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public findOrCreateAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type declaringType : ManagedTypeImplementor<D> to declaringType : ManagedTypeDescriptor<D> in method public Identifier(declaringType ManagedTypeDescriptor<D>, name String, attributeType SimpleTypeDescriptor<J>, member Member, attributeNature PersistentAttributeType) in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier |
From |
To |
|
Change Parameter Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in method private wrap(ownerType ManagedTypeDescriptor<X>, property Property) : AttributeContext<X> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<?,J> to attribute : PersistentAttributeDescriptor<?,J> in method private AttributeNodeImpl(mutable boolean, attribute PersistentAttributeDescriptor<?,J>, subGraphMap Map<Class<? extends J>,SubGraphImplementor<? extends J>>, keySubGraphMap Map<Class<? extends J>,SubGraphImplementor<? extends J>>, sessionFactory SessionFactoryImplementor) in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public addKeySubGraph(attribute PersistentAttributeDescriptor<? extends J,AJ>) : SubGraphImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Parameter Type superType : IdentifiableTypeImplementor<? super J> to superType : IdentifiableTypeDescriptor<? super J> in method public EntityTypeImpl(javaType Class, superType IdentifiableTypeDescriptor<? super J>, persistentClass PersistentClass, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl |
From |
To |
|
Change Parameter Type embeddableType : EmbeddableTypeImplementor<?> to embeddableType : EmbeddedTypeDescriptor<?> in method package registerEmbeddedableType(embeddableType EmbeddedTypeDescriptor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public findOrCreateAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Parameter Type attrType : SimpleTypeImplementor<E> to elementType : SimpleTypeDescriptor<E> in method public PluralAttributeBuilder(ownerType ManagedTypeDescriptor<D>, elementType SimpleTypeDescriptor<E>, collectionClass Class<C>, keyType SimpleTypeDescriptor<K>) in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Parameter Type managedType : ManagedTypeImplementor<? super J> to managedType : ManagedTypeDescriptor<? super J> in method public appliesTo(managedType ManagedTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.spi.RootGraphImplementor |
From |
To |
|
Change Parameter Type attribute : AttributeImplementor<? extends J,AJ> to attribute : PersistentAttributeDescriptor<? extends J,AJ> in method public findAttributeNode(attribute PersistentAttributeDescriptor<? extends J,AJ>) : AttributeNodeImplementor<AJ> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Return Type EntityTypeImplementor<X> to EntityTypeDescriptor<X> in method public entity(entityName String) : EntityTypeDescriptor<X> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type ManagedTypeImplementor<D> to ManagedTypeDescriptor<D> in method public getDeclaringType() : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor |
From |
To |
|
Change Return Type AttributeImplementor<?,J> to PersistentAttributeDescriptor<?,J> in method public getAttributeDescriptor() : PersistentAttributeDescriptor<?,J> in class org.hibernate.graph.spi.AttributeNodeImplementor |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public get() : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.DelayedKeyTypeAccess |
From |
To |
|
Change Return Type EntityTypeImplementor<?> to EntityTypeDescriptor<?> in method private locateOrBuildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type MappedSuperclassTypeImplementor<?> to MappedSuperclassTypeDescriptor<?> in method private locateOrBuildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type EntityTypeImplementor<?> to EntityTypeDescriptor<?> in method public locateEntityType(javaType Class<?>) : EntityTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type SimpleTypeImplementor<K> to SimpleTypeDescriptor<K> in method public getKeyGraphType() : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public resolveKeyTypeDescriptor(attribute SingularPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Return Type ListAttributeImplementor<J,?> to ListPersistentAttribute<J,?> in method public getDeclaredList(name String) : ListPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type Set<EmbeddableTypeImplementor<?>> to Set<EmbeddedTypeDescriptor<?>> in method public getEmbeddableTypeSet() : Set<EmbeddedTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getValueGraphType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredSingularAttribute(name String, javaType Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getIdType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredSingularAttribute(name String, type Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<D> to ManagedTypeDescriptor<D> in method public getDeclaringType() : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute |
From |
To |
|
Change Return Type AttributeImplementor<J,?> to PersistentAttributeDescriptor<J,?> in method public getDeclaredAttribute(name String) : PersistentAttributeDescriptor<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type IdentifiableTypeImplementor<? super J> to IdentifiableTypeDescriptor<? super J> in method public getSuperType() : IdentifiableTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public resolveSubType(baseType ManagedTypeDescriptor<T>, subTypeName String, sessionFactory SessionFactoryImplementor) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Return Type ManagedTypeImplementor<J> to ManagedTypeDescriptor<J> in method public getGraphedType() : ManagedTypeDescriptor<J> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Return Type ManagedTypeImplementor<? super J> to ManagedTypeDescriptor<? super J> in method public getSuperType() : ManagedTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ListAttributeImplementor<? super J,?> to ListPersistentAttribute<? super J,?> in method public getList(name String) : ListPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getKeyGraphType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor |
From |
To |
|
Change Return Type MapAttributeImplementor<? super J,?,?> to MapPersistentAttribute<? super J,?,?> in method public getMap(name String) : MapPersistentAttribute<? super J,?,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type Set<SingularAttributeImplementor<? super X,?>> to Set<SingularPersistentAttribute<? super X,?>> in method private buildIdClassAttributes(ownerType IdentifiableTypeDescriptor<X>, propertyIterator Iterator<Property>) : Set<SingularPersistentAttribute<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public getType() : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Return Type SingularAttributeImplementor<X,Y> to SingularPersistentAttribute<X,Y> in method public buildIdAttribute(ownerType IdentifiableTypeDescriptor<X>, property Property) : SingularPersistentAttribute<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type IdentifiableTypeImplementor.InFlightAccess<J> to IdentifiableTypeDescriptor.InFlightAccess<J> in method public getInFlightAccess() : IdentifiableTypeDescriptor.InFlightAccess<J> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type ManagedTypeImplementor<? super J> to ManagedTypeDescriptor<? super J> in method public getSuperType() : ManagedTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type IdentifiableTypeImplementor<? super J> to IdentifiableTypeDescriptor<? super J> in method public getSuperType() : IdentifiableTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor to SingularPersistentAttribute in method public locateIdAttribute() : SingularPersistentAttribute in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getValueGraphType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Return Type ManagedTypeImplementor<?> to ManagedTypeDescriptor<?> in method public getParent() : ManagedTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl |
From |
To |
|
Change Return Type IdentifiableTypeImplementor<? super J> to IdentifiableTypeDescriptor<? super J> in method public getSuperType() : IdentifiableTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public findSubType(subTypeName String) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor to ManagedTypeDescriptor in method private resolveSubTypeManagedType(graphType SimpleTypeDescriptor<?>, subTypeName String) : ManagedTypeDescriptor in class org.hibernate.graph.internal.parse.PathQualifierType |
From |
To |
|
Change Return Type CollectionAttributeImplementor<? super J,E> to BagPersistentAttribute<? super J,E> in method public getCollection(name String, elementType Class<E>) : BagPersistentAttribute<? super J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public findSubType(subTypeName String) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type EntityTypeImplementor<X> to EntityTypeDescriptor<X> in method public entity(entityName String) : EntityTypeDescriptor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredVersion(javaType Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getValueGraphType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor |
From |
To |
|
Change Return Type IdentifiableTypeImplementor<? super J> to IdentifiableTypeDescriptor<? super J> in method public getSupertype() : IdentifiableTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type MapAttributeImplementor<J,?,?> to MapPersistentAttribute<J,?,?> in method public getDeclaredMap(name String) : MapPersistentAttribute<J,?,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public getValueGraphType() : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Return Type SimpleTypeImplementor<K> to SimpleTypeDescriptor<K> in method public getKeyType() : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,?> to SingularPersistentAttribute<? super J,?> in method public locateVersionAttribute() : SingularPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type EntityTypeImplementor to EntityTypeDescriptor in method public getEntityTypeByName(entityName String) : EntityTypeDescriptor in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getVersion(type Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<T> to ManagedTypeDescriptor<T> in method private valueGraphTypeAsManaged() : ManagedTypeDescriptor<T> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getIdType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getId(javaType Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getKeyGraphType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getValueGraphType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,?> to SingularPersistentAttribute<? super J,?> in method public locateIdAttribute() : SingularPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getVersion(javaType Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type PluralAttributeImplementor<? super J,?,?> to PluralPersistentAttribute<? super J,?,?> in method public getPluralAttribute(name String) : PluralPersistentAttribute<? super J,?,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type SetAttributeImplementor<? super J,?> to SetPersistentAttribute<? super J,?> in method public getSet(name String) : SetPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type PluralAttributeImplementor<J,C,E> to PluralPersistentAttribute<J,C,E> in method public getPluralAttribute(name String) : PluralPersistentAttribute<J,C,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredId(javaType Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SimpleTypeImplementor<K> to SimpleTypeDescriptor<K> in method public getKeyType() : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.spi.MapPersistentAttribute |
From |
To |
|
Change Return Type SimpleTypeImplementor<Y> to SimpleTypeDescriptor<Y> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeDescriptor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type SimpleTypeImplementor<K> to SimpleTypeDescriptor<K> in method public getKeyType() : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public findSubType(type Class<S>) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type EmbeddableTypeImplementor<X> to EmbeddedTypeDescriptor<X> in method public embeddable(cls Class<X>) : EmbeddedTypeDescriptor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type MapAttributeImplementor<? super J,?,?> to MapPersistentAttribute<? super J,?,?> in method public getMap(name String) : MapPersistentAttribute<? super J,?,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public resolveSubType(baseType ManagedTypeDescriptor<? super S>, subTypeClass Class<S>, sessionFactory SessionFactoryImplementor) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Return Type EntityTypeImplementor<E> to EntityTypeDescriptor<E> in method public locateEntityType(entityName String) : EntityTypeDescriptor<E> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type Map<String,EntityTypeImplementor<?>> to Map<String,EntityTypeDescriptor<?>> in method public getEntityTypesByEntityName() : Map<String,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type Set<SingularAttributeImplementor<? super J,?>> to Set<SingularPersistentAttribute<? super J,?>> in method public getIdClassAttributesSafely() : Set<SingularPersistentAttribute<? super J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type EntityTypeImplementor<X> to EntityTypeDescriptor<X> in method public entity(cls Class<X>) : EntityTypeDescriptor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type EntityTypeImplementor<X> to EntityTypeDescriptor<X> in method public entity(cls Class<X>) : EntityTypeDescriptor<X> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type IdentifiableTypeImplementor.InFlightAccess to IdentifiableTypeDescriptor.InFlightAccess in method protected createInFlightAccess() : IdentifiableTypeDescriptor.InFlightAccess in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type EntityTypeImplementor<?> to EntityTypeDescriptor<?> in method public locateEntityType(persistentClass PersistentClass) : EntityTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getValueType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getId(type Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getSingularAttribute(name String, type Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredVersion(type Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<S> to ManagedTypeDescriptor<S> in method public findSubType(subType Class<S>) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type AttributeImplementor<?,J> to PersistentAttributeDescriptor<?,J> in method public getAttributeDescriptor() : PersistentAttributeDescriptor<?,J> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public getType() : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute |
From |
To |
|
Change Return Type AttributeImplementor<X,Y> to PersistentAttributeDescriptor<X,Y> in method private buildPluralAttribute(attributeMetadata PluralAttributeMetadata<X,Y,E>) : PersistentAttributeDescriptor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type SimpleTypeImplementor<?> to SimpleTypeDescriptor<?> in method public getValueGraphType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.spi.SingularPersistentAttribute |
From |
To |
|
Change Return Type AttributeImplementor<? super J,?> to PersistentAttributeDescriptor<? super J,?> in method public getAttribute(name String) : PersistentAttributeDescriptor<? super J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type ListAttributeImplementor<? super J,?> to ListPersistentAttribute<? super J,?> in method public getList(name String) : ListPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<X> to ManagedTypeDescriptor<X> in method public getOwnerType() : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.internal.AttributeFactory.AttributeMetadata |
From |
To |
|
Change Return Type ManagedTypeImplementor<D> to ManagedTypeDescriptor<D> in method public getDeclaringType() : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute |
From |
To |
|
Change Return Type SingularAttributeImplementor<J,Y> to SingularPersistentAttribute<J,Y> in method public getDeclaredId(type Class<Y>) : SingularPersistentAttribute<J,Y> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<X> to ManagedTypeDescriptor<X> in method public managedType(cls Class<X>) : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type RootGraph<?> to RootGraphImplementor<?> in method public getGraph() : RootGraphImplementor<?> in class org.hibernate.engine.query.spi.EntityGraphQueryHint |
From |
To |
|
Change Return Type ManagedTypeImplementor<X> to ManagedTypeDescriptor<X> in method public getOwnerType() : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.internal.AttributeFactory.AttributeContext |
From |
To |
|
Change Return Type SetAttributeImplementor<J,?> to SetPersistentAttribute<J,?> in method public getDeclaredSet(name String) : SetPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type Map<Class<?>,EntityTypeImplementor<?>> to Map<Class<?>,EntityTypeDescriptor<?>> in method public getEntityTypeMap() : Map<Class<?>,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type ManagedTypeImplementor<?> to ManagedTypeDescriptor<?> in method public getParent() : ManagedTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.spi.EmbeddedTypeDescriptor |
From |
To |
|
Change Return Type MappedSuperclassTypeImplementor<?> to MappedSuperclassTypeDescriptor<?> in method public locateMappedSuperclassType(mappedSuperclass MappedSuperclass) : MappedSuperclassTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type CollectionAttributeImplementor<? super J,E> to BagPersistentAttribute<? super J,E> in method public getCollection(name String, elementType Class<E>) : BagPersistentAttribute<? super J,E> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type ManagedTypeImplementor<D> to ManagedTypeDescriptor<D> in method public getDeclaringType() : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Return Type AttributeImplementor<J,?> to PersistentAttributeDescriptor<J,?> in method public getDeclaredAttribute(name String) : PersistentAttributeDescriptor<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type ManagedTypeImplementor<X> to ManagedTypeDescriptor<X> in method public getOwnerType() : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Return Type SetAttributeImplementor<? super J,?> to SetPersistentAttribute<? super J,?> in method public getSet(name String) : SetPersistentAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type MapAttributeImplementor<J,?,?> to MapPersistentAttribute<J,?,?> in method public getDeclaredMap(name String) : MapPersistentAttribute<J,?,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getElementType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute |
From |
To |
|
Change Return Type ManagedTypeImplementor<D> to ManagedTypeDescriptor<D> in method public getDeclaringType() : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Return Type AttributeImplementor<? super J,?> to PersistentAttributeDescriptor<? super J,?> in method public getAttribute(name String) : PersistentAttributeDescriptor<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor |
From |
To |
|
Change Return Type ManagedTypeImplementor<T> to ManagedTypeDescriptor<T> in method private keyGraphTypeAsManaged() : ManagedTypeDescriptor<T> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Return Type EmbeddableTypeImplementor<X> to EmbeddedTypeDescriptor<X> in method public embeddable(cls Class<X>) : EmbeddedTypeDescriptor<X> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getElementType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getValueGraphType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.spi.PluralPersistentAttribute |
From |
To |
|
Change Return Type ListAttributeImplementor<J,?> to ListPersistentAttribute<J,?> in method public getDeclaredList(name String) : ListPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type ManagedTypeImplementor<X> to ManagedTypeDescriptor<X> in method public managedType(cls Class<X>) : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public resolveKeyTypeDescriptor(attribute PluralPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Return Type SimpleTypeImplementor<J> to SimpleTypeDescriptor<J> in method public getKeyGraphType() : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Return Type ManagedTypeImplementor<J> to ManagedTypeDescriptor<J> in method public getGraphedType() : ManagedTypeDescriptor<J> in class org.hibernate.graph.spi.GraphImplementor |
From |
To |
|
Change Return Type SingularAttributeImplementor<? super J,Y> to SingularPersistentAttribute<? super J,Y> in method public getSingularAttribute(name String, type Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type AttributeImplementor<X,Y> to PersistentAttributeDescriptor<X,Y> in method public buildAttribute(ownerType ManagedTypeDescriptor<X>, property Property) : PersistentAttributeDescriptor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type SingularAttributeImplementor to SingularPersistentAttribute in method public locateVersionAttribute() : SingularPersistentAttribute in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Return Type SimpleTypeImplementor<E> to SimpleTypeDescriptor<E> in method public getElementType() : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.spi.BagPersistentAttribute |
From |
To |
|
Change Return Type SetAttributeImplementor<J,?> to SetPersistentAttribute<J,?> in method public getDeclaredSet(name String) : SetPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Variable Type attribute : AttributeImplementor<Y,Object> to attribute : PersistentAttributeDescriptor<Y,Object> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeDescriptor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Variable Type attributes : Set<SingularAttributeImplementor<? super X,?>> to attributes : Set<SingularPersistentAttribute<? super X,?>> in method private applyIdMetadata(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type embeddable : EmbeddableTypeImplementor<?> to embeddable : EmbeddedTypeDescriptor<?> in method public initialize(mappingMetadata MetadataImplementor, jpaMetaModelPopulationSetting JpaMetaModelPopulationSetting) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type inFlightAccess : ManagedTypeImplementor.InFlightAccess<Y> to inFlightAccess : ManagedTypeDescriptor.InFlightAccess<Y> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeDescriptor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Variable Type metaModelType : SimpleTypeImplementor<Y> to metaModelType : SimpleTypeDescriptor<Y> in method public buildAttribute(ownerType ManagedTypeDescriptor<X>, property Property) : PersistentAttributeDescriptor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Variable Type subType : ManagedTypeImplementor<S> to subType : ManagedTypeDescriptor<S> in method private internalMakeKeySubgraph(type Class<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Variable Type superType : ManagedTypeImplementor to superType : ManagedTypeDescriptor in method public appliesTo(managedType ManagedTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.internal.SubGraphImpl |
From |
To |
|
Change Variable Type attributes : Set<SingularAttributeImplementor<? super J,?>> to attributes : Set<SingularPersistentAttribute<? super J,?>> in method public getIdClassAttributes() : Set<SingularAttribute<? super J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type embeddableType : EmbeddableTypeImplementor<?> to embeddableType : EmbeddedTypeDescriptor<?> in method public embeddable(cls Class<X>) : EmbeddedTypeDescriptor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributes : Set<SingularAttributeImplementor<? super J,?>> to attributes : Set<SingularPersistentAttribute<? super J,?>> in method public getIdClassAttributesSafely() : Set<SingularPersistentAttribute<? super J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type attributeType : SimpleTypeImplementor to attributeType : SimpleTypeDescriptor in method public resolveKeyTypeDescriptor(attribute SingularPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Variable Type mappedSuperclassType : MappedSuperclassTypeImplementor<?> to mappedSuperclassType : MappedSuperclassTypeDescriptor<?> in method private locateOrBuildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type id : SingularAttributeImplementor to id : SingularPersistentAttribute in method public locateIdAttribute() : SingularPersistentAttribute in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type embeddable : EmbeddableTypeImplementor to embeddable : EmbeddedTypeDescriptor in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type embeddableType : EmbeddableTypeImplementor<Y> to embeddableType : EmbeddedTypeDescriptor<Y> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeDescriptor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Variable Type superType : IdentifiableTypeImplementor to superType : IdentifiableTypeDescriptor in method public appliesTo(entityType EntityTypeDescriptor<? super J>) : boolean in class org.hibernate.graph.internal.RootGraphImpl |
From |
To |
|
Change Variable Type id : SingularAttributeImplementor to id : SingularPersistentAttribute in method public getId(javaType Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type managedType : ManagedTypeImplementor to managedType : ManagedTypeDescriptor in method private resolveSubTypeManagedType(graphType SimpleTypeDescriptor<?>, subTypeName String) : ManagedTypeDescriptor in class org.hibernate.graph.internal.parse.PathQualifierType |
From |
To |
|
Change Variable Type superType : ManagedTypeImplementor<? super X> to superType : ManagedTypeDescriptor<? super X> in method private populateStaticMetamodel(managedType ManagedTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type keyGraphType : SimpleTypeImplementor<J> to keyGraphType : SimpleTypeDescriptor<J> in method private keyGraphTypeAsManaged() : ManagedTypeDescriptor<T> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Variable Type attributes : Set<SingularAttributeImplementor<? super X,?>> to attributes : Set<SingularPersistentAttribute<? super X,?>> in method private buildIdClassAttributes(ownerType IdentifiableTypeDescriptor<X>, propertyIterator Iterator<Property>) : Set<SingularPersistentAttribute<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type entityType : EntityTypeImplementor<?> to entityType : EntityTypeDescriptor<?> in method private locateOrBuildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeDescriptor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type entityType : EntityTypeImplementor to entityType : EntityTypeDescriptor in method private applyNamedEntityGraphs(namedEntityGraphs Collection<NamedEntityGraphDefinition>) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attr : AttributeImplementor<J,?> to attr : PersistentAttributeDescriptor<J,?> in method public getDeclaredAttribute(name String) : PersistentAttributeDescriptor<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Variable Type valueGraphType : SimpleTypeImplementor<J> to valueGraphType : SimpleTypeDescriptor<J> in method private valueGraphTypeAsManaged() : ManagedTypeDescriptor<T> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Variable Type superType : IdentifiableTypeImplementor<?> to superType : IdentifiableTypeDescriptor<?> in method private buildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeImpl<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type version : SingularAttributeImplementor to version : SingularPersistentAttribute in method public getVersion(javaType Class<Y>) : SingularPersistentAttribute<? super J,Y> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type subManagedType : ManagedTypeImplementor<S> to subManagedType : ManagedTypeDescriptor<S> in method public resolveSubType(baseType ManagedTypeDescriptor<T>, subTypeName String, sessionFactory SessionFactoryImplementor) : ManagedTypeDescriptor<S> in class org.hibernate.metamodel.model.domain.spi.DomainModelHelper |
From |
To |
|
Change Variable Type superType : IdentifiableTypeImplementor<?> to superType : IdentifiableTypeDescriptor<?> in method private buildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeImpl<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attribute : AttributeImplementor to attribute : PersistentAttributeDescriptor in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type idClassAttributes : Set<SingularAttributeImplementor<? super J,?>> to idClassAttributes : Set<SingularPersistentAttribute<? super J,?>> in method public getIdType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type entityType : EntityTypeImplementor<T> to entityType : EntityTypeDescriptor<T> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributeType : SimpleTypeImplementor to attributeType : SimpleTypeDescriptor in method public resolveKeyTypeDescriptor(attribute PluralPersistentAttribute) : SimpleTypeDescriptor<J> in class org.hibernate.graph.spi.GraphHelper |
From |
To |
|
Change Variable Type attribute : PluralAttributeImplementor to attribute : PluralPersistentAttribute in method public getCollection(name String) : CollectionAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Variable Type id : SingularAttributeImplementor to id : SingularPersistentAttribute in method public getIdType() : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Variable Type declaredAttribute : SingularAttributeImplementor<J,?> to declaredAttribute : SingularPersistentAttribute<J,?> in method public applyIdClassAttributes(idClassAttributes Set<SingularPersistentAttribute<? super J,?>>) : void in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType.InFlightAccessImpl |
From |
To |
|
Change Variable Type jpaMapping : EntityTypeImplementor<?> to jpaMapping : EntityTypeDescriptor<?> in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type managedType : ManagedTypeImplementor<S> to managedType : ManagedTypeDescriptor<S> in method private internalMakeKeySubgraph(type Class<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Variable Type mappedSuperclassType : MappedSuperclassTypeImplementor to mappedSuperclassType : MappedSuperclassTypeDescriptor in method public getMappedSuperclassTypeMap() : Map<Class<?>,MappedSuperclassType<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type attributes : Set<SingularAttributeImplementor<? super X,?>> to attributes : Set<SingularPersistentAttribute<? super X,?>> in method private registerAttributes(metamodelClass Class, managedType ManagedTypeDescriptor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type jpaType : MappedSuperclassTypeImplementor<?> to jpaType : MappedSuperclassTypeDescriptor<?> in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type managedType : ManagedTypeImplementor<S> to managedType : ManagedTypeDescriptor<S> in method private internalMakeSubgraph(subType Class<S>) : SubGraphImplementor<S> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Variable Type attribute : AttributeImplementor<? super J,?> to attribute : PersistentAttributeDescriptor<? super J,?> in method public getAttribute(name String) : PersistentAttributeDescriptor<? super J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Attribute Type declaredAttributes : Map<String,AttributeImplementor<J,?>> to declaredAttributes : Map<String,PersistentAttributeDescriptor<J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Attribute Type embeddables : Set<EmbeddableTypeImplementor<?>> to embeddables : Set<EmbeddedTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type attributeType : SimpleTypeImplementor<J> to attributeType : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Change Attribute Type ownerType : ManagedTypeImplementor<X> to ownerType : ManagedTypeDescriptor<X> in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Attribute Type declaredSingularAttributes : Map<String,SingularAttributeImplementor<J,?>> to declaredSingularAttributes : Map<String,SingularPersistentAttribute<J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Attribute Type attribute : AttributeImplementor<?,J> to attribute : PersistentAttributeDescriptor<?,J> in class org.hibernate.graph.internal.AttributeNodeImpl |
From |
To |
|
Change Attribute Type jpaEmbeddableTypeMap : Map<Class<?>,EmbeddableTypeImplementor<?>> to jpaEmbeddableTypeMap : Map<Class<?>,EmbeddedTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type jpaEntityTypeMap : Map<Class<?>,EntityTypeImplementor<?>> to jpaEntityTypeMap : Map<Class<?>,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type versionAttribute : SingularAttributeImplementor<J,?> to versionAttribute : SingularPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Attribute Type entityTypesByPersistentClass : Map<PersistentClass,EntityTypeImplementor<?>> to entityTypesByPersistentClass : Map<PersistentClass,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type attrNodeMap : Map<AttributeImplementor<?,?>,AttributeNodeImplementor<?>> to attrNodeMap : Map<PersistentAttributeDescriptor<?,?>,AttributeNodeImplementor<?>> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Attribute Type entityTypes : Map<Class<?>,EntityTypeImplementor<?>> to entityTypes : Map<Class<?>,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type declaringType : ManagedTypeImplementor<D> to declaringType : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Attribute Type keyType : SimpleTypeImplementor<K> to keyType : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Attribute Type type : SimpleTypeImplementor<J> to type : SimpleTypeDescriptor<J> in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.DelayedKeyTypeAccess |
From |
To |
|
Change Attribute Type idClassAttributes : Set<SingularAttributeImplementor<? super J,?>> to idClassAttributes : Set<SingularPersistentAttribute<? super J,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Attribute Type mappedSuperClassTypeToPersistentClass : Map<MappedSuperclassTypeImplementor<?>,PersistentClass> to mappedSuperClassTypeToPersistentClass : Map<MappedSuperclassTypeDescriptor<?>,PersistentClass> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type managedType : ManagedTypeImplementor<J> to managedType : ManagedTypeDescriptor<J> in class org.hibernate.graph.internal.AbstractGraph |
From |
To |
|
Change Attribute Type valueType : SimpleTypeImplementor<?> to valueType : SimpleTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Attribute Type mappedSuperclassByMappedSuperclassMapping : Map<MappedSuperclass,MappedSuperclassTypeImplementor<?>> to mappedSuperclassByMappedSuperclassMapping : Map<MappedSuperclass,MappedSuperclassTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type entityTypesByEntityName : Map<String,EntityTypeImplementor<?>> to entityTypesByEntityName : Map<String,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type parent : ManagedTypeImplementor<?> to parent : ManagedTypeDescriptor<?> in class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl |
From |
To |
|
Change Attribute Type id : SingularAttributeImplementor<J,?> to id : SingularPersistentAttribute<J,?> in class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Change Attribute Type graph : RootGraph<?> to graph : RootGraphImplementor<?> in class org.hibernate.engine.query.spi.EntityGraphQueryHint |
From |
To |
|
Change Attribute Type declaringType : ManagedTypeImplementor<D> to declaringType : ManagedTypeDescriptor<D> in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute |
From |
To |
|
Change Attribute Type declaredPluralAttributes : Map<String,PluralAttributeImplementor<J,?,?>> to declaredPluralAttributes : Map<String,PluralPersistentAttribute<J,?,?>> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Attribute Type superType : ManagedTypeImplementor<? super J> to superType : ManagedTypeDescriptor<? super J> in class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Attribute Type jpaEntityTypesByEntityName : Map<String,EntityTypeImplementor<?>> to jpaEntityTypesByEntityName : Map<String,EntityTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type valueType : SimpleTypeImplementor<E> to valueType : SimpleTypeDescriptor<E> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |
|
Change Attribute Type jpaEmbeddableTypes : Set<EmbeddableTypeImplementor<?>> to jpaEmbeddableTypes : Set<EmbeddedTypeDescriptor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type keyType : SimpleTypeImplementor<K> to keyType : SimpleTypeDescriptor<K> in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder |
From |
To |