|
Change Parameter Type ownerType : AbstractIdentifiableType<X> to ownerType : IdentifiableTypeImplementor<X> in method public buildVersionAttribute(ownerType IdentifiableTypeImplementor<X>, property Property) : SingularAttributeImpl<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type idAttribute : SingularAttributeImpl<X,?> to idAttribute : SingularAttributeImplementor<X,?> in method public applyIdAttribute(idAttribute SingularAttributeImplementor<X,?>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeImplementor.InFlightAccess |
From |
To |
|
Change Parameter Type xceBuilder : Builder<X,Set<E>,E,?> to xceBuilder : PluralAttributeBuilder<X,Set<E>,E,?> in method public SetAttributeImpl(xceBuilder PluralAttributeBuilder<X,Set<E>,E,?>) in class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl |
From |
To |
|
Change Parameter Type xceBuilder : Builder<X,Map<K,V>,V,K> to xceBuilder : PluralAttributeBuilder<X,Map<K,V>,V,K> in method package MapAttributeImpl(xceBuilder PluralAttributeBuilder<X,Map<K,V>,V,K>) in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Parameter Type ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in method private SingularAttributeMetadataImpl(propertyMapping Property, ownerType ManagedTypeImplementor<X>, member Member, persistentAttributeType Attribute.PersistentAttributeType) in class org.hibernate.metamodel.internal.AttributeFactory.SingularAttributeMetadataImpl |
From |
To |
|
Change Parameter Type xceBuilder : Builder<X,List<E>,E,?> to xceBuilder : PluralAttributeBuilder<X,List<E>,E,?> in method package ListAttributeImpl(xceBuilder PluralAttributeBuilder<X,List<E>,E,?>) in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl |
From |
To |
|
Change Parameter Type ownerType : AbstractIdentifiableType<X> to ownerType : IdentifiableTypeImplementor<X> in method private buildIdClassAttributes(ownerType IdentifiableTypeImplementor<X>, propertyIterator Iterator<Property>) : Set<SingularAttributeImplementor<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type jpaEntityType : EntityTypeImpl<X> to jpaEntityType : EntityTypeImplementor<X> in method private applyVersionAttribute(persistentClass PersistentClass, jpaEntityType EntityTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type jpaEntityType : EntityTypeImpl<X> to identifiableType : IdentifiableTypeImplementor<?> in method private applyIdMetadata(persistentClass PersistentClass, identifiableType IdentifiableTypeImplementor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type entityClass : Class<T> to entityClass : Class in method public getEntityGraphs(entityClass Class) : List in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Parameter Type xceBuilder : Builder<X,Collection<E>,E,?> to xceBuilder : PluralAttributeBuilder<X,Collection<E>,E,?> in method package CollectionAttributeImpl(xceBuilder PluralAttributeBuilder<X,Collection<E>,E,?>) in class org.hibernate.metamodel.model.domain.internal.CollectionAttributeImpl |
From |
To |
|
Change Parameter Type graphNode : AbstractGraphNode to graphNode : GraphImplementor in method private applyNamedAttributeNodes(namedAttributeNodes NamedAttributeNode[], namedEntityGraph NamedEntityGraph, graphNode GraphImplementor) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Parameter Type idClassAttributes : Set<SingularAttribute<? super X,?>> to idClassAttributes : Set<SingularAttributeImplementor<? super X,?>> in method public applyIdClassAttributes(idClassAttributes Set<SingularAttributeImplementor<? super X,?>>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeImplementor.InFlightAccess |
From |
To |
|
Change Parameter Type jpaMappingType : MappedSuperclassTypeImpl<X> to jpaMappingType : MappedSuperclassTypeImplementor<X> in method private applyVersionAttribute(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type superType : AbstractIdentifiableType<? super X> to superType : IdentifiableTypeImplementor<? super X> in method public MappedSuperclassTypeImpl(javaType Class<X>, mappedSuperclass MappedSuperclass, superType IdentifiableTypeImplementor<? super X>, sessionFactory SessionFactoryImplementor) in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl |
From |
To |
|
Change Parameter Type ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in method private PluralAttributeMetadataImpl(propertyMapping Property, ownerType ManagedTypeImplementor<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 ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in method protected BaseAttributeMetadata(propertyMapping Property, ownerType ManagedTypeImplementor<X>, member Member, persistentAttributeType Attribute.PersistentAttributeType) in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Parameter Type ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in method public buildAttribute(ownerType ManagedTypeImplementor<X>, property Property) : AttributeImplementor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type entityGraph : EntityGraph<T> to entityGraph : RootGraphImplementor<T> in method public addNamedEntityGraph(graphName String, entityGraph RootGraphImplementor<T>) : void in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Parameter Type subgraph : SubgraphImpl to subgraph : SubGraphImplementor in method private applyNamedSubgraphs(namedEntityGraph NamedEntityGraph, subgraphName String, subgraph SubGraphImplementor) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Parameter Type embeddableType : EmbeddableTypeImpl<?> to embeddableType : EmbeddableTypeImplementor<?> in method package registerEmbeddedableType(embeddableType EmbeddableTypeImplementor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type ownerType : AbstractIdentifiableType<X> to ownerType : IdentifiableTypeImplementor<X> in method public buildIdAttribute(ownerType IdentifiableTypeImplementor<X>, property Property) : SingularAttributeImplementor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in method private wrap(ownerType ManagedTypeImplementor<X>, property Property) : AttributeContext<X> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Parameter Type mode : Mode to mode : GraphSemantic in method private buildLoadPlan(entityGraph EntityGraph, mode GraphSemantic, clazz Class) : LoadPlan in class org.hibernate.jpa.test.graphs.EntityGraphLoadPlanBuilderTest |
From |
To |
|
Change Parameter Type managedType : AbstractManagedType<X> to managedType : ManagedTypeImplementor<X> in method private populateStaticMetamodel(managedType ManagedTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type entityGraph : EntityGraph<T> to entityGraph : RootGraphImplementor<T> in method public addNamedEntityGraph(graphName String, entityGraph RootGraphImplementor<T>) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Parameter Type mappedSuperclassType : MappedSuperclassTypeImpl<?> to mappedSuperclassType : MappedSuperclassTypeImplementor<?> in method package registerMappedSuperclassType(mappedSuperclass MappedSuperclass, mappedSuperclassType MappedSuperclassTypeImplementor<?>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type jpaMappingType : MappedSuperclassTypeImpl<X> to jpaMappingType : MappedSuperclassTypeImplementor<X> in method private applyIdMetadata(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Parameter Type versionAttribute : SingularAttributeImpl<X,?> to versionAttribute : SingularAttributeImplementor<X,?> in method public applyVersionAttribute(versionAttribute SingularAttributeImplementor<X,?>) : void in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeImplementor.InFlightAccess |
From |
To |
|
Change Parameter Type managedType : AbstractManagedType<X> to managedType : ManagedTypeImplementor<X> in method private registerAttributes(metamodelClass Class, managedType ManagedTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type mappedSuperclassType : MappedSuperclassTypeImpl<?> to mappedSuperclassType : MappedSuperclassTypeImplementor<?> in method private locateOrBuildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeImplementor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type entityType : EntityType<T> to entityType : EntityTypeImplementor<T> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type graphNode : GraphNodeImplementor to currentGraph : GraphImplementor in method public foundCircularAssociation(attributeDefinition AssociationAttributeDefinition) : void in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type node : AttributeNode<?> to linkToOneNode : AttributeNodeImplementor<?> in method public testLinkSubtypeParsing() : void in class org.hibernate.graph.EntityGraphParserTest |
From |
To |
|
Change Variable Type subGraphNode : GraphNodeImplementor to subGraphNode : GraphImplementor<?> in method public startingAttribute(attributeDefinition AttributeDefinition) : boolean in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type attributeNode : AttributeNodeImpl to attributeNode : AttributeNodeImplementor in method private applyNamedAttributeNodes(namedAttributeNodes NamedAttributeNode[], namedEntityGraph NamedEntityGraph, graphNode GraphImplementor) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributes : Set<SingularAttribute<? super X,?>> to attributes : Set<SingularAttributeImplementor<? super X,?>> in method private registerAttributes(metamodelClass Class, managedType ManagedTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type attrs : List<AttributeNode<?>> to attrs : List<AttributeNodeImplementor<?>> in method public testLinkSubtypeParsing() : void in class org.hibernate.graph.EntityGraphParserTest |
From |
To |
|
Change Variable Type mappedSuperclassType : MappedSuperclassTypeImpl to mappedSuperclassType : MappedSuperclassTypeImplementor in method public getMappedSuperclassTypeMap() : Map<Class<?>,MappedSuperclassType<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type superType : AbstractManagedType<? super X> to superType : ManagedTypeImplementor<? super X> in method private populateStaticMetamodel(managedType ManagedTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type results : List<EntityGraph<? super T>> to results : List<RootGraphImplementor<? super T>> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type embeddableType : EmbeddableTypeImpl<Y> to embeddableType : EmbeddableTypeImplementor<Y> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeImplementor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Variable Type entityGraph : EntityGraphImpl to entityGraph : RootGraphImpl in method private applyNamedEntityGraphs(namedEntityGraphs Collection<NamedEntityGraphDefinition>) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type named : EntityGraph to named : RootGraphImplementor in method public getEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Variable Type attribute : Attribute to attribute : AttributeImplementor in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type entityType : EntityTypeImpl<?> to entityType : EntityTypeImplementor<?> in method private locateOrBuildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeImplementor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type graph : EntityGraph<GraphParsingTestEntity> to graph : RootGraphImplementor<GraphParsingTestEntity> in method public testLinkSubtypeParsing() : void in class org.hibernate.graph.EntityGraphParserTest |
From |
To |
|
Change Variable Type merged : EntityGraph<T> to merged : RootGraphImplementor<T> in method private merge(session SessionImplementor, rootType Class<T>, graphs Object...) : EntityGraph<T> in class org.hibernate.graph.EntityGraphs |
From |
To |
|
Change Variable Type embeddable : EmbeddableTypeImpl<?> to embeddable : EmbeddableTypeImplementor<?> in method public initialize(mappingMetadata MetadataImplementor, jpaMetaModelPopulationSetting JpaMetaModelPopulationSetting) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type superType : AbstractIdentifiableType<?> to superType : IdentifiableTypeImplementor<?> in method private buildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeImpl<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type embeddableType : EmbeddableType<?> to embeddableType : EmbeddableTypeImplementor<?> in method public embeddable(cls Class<X>) : EmbeddableTypeImplementor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type subGraphNode : GraphNodeImplementor to subGraphNode : GraphImplementor in method public startingCollectionIndex(indexDefinition CollectionIndexDefinition) : void in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type subgraph : SubgraphImpl to subgraph : SubGraphImplementor in method private applyNamedAttributeNodes(namedAttributeNodes NamedAttributeNode[], namedEntityGraph NamedEntityGraph, graphNode GraphImplementor) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributes : Set<SingularAttribute<? super X,?>> to attributes : Set<SingularAttributeImplementor<? super X,?>> in method private buildIdClassAttributes(ownerType IdentifiableTypeImplementor<X>, propertyIterator Iterator<Property>) : Set<SingularAttributeImplementor<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type egi : EntityGraphImplementor to egi : RootGraphImplementor in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributeNode : AttributeNodeImplementor to attributeNode : AttributeNodeImplementor<?> in method public startingAttribute(attributeDefinition AttributeDefinition) : boolean in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type superType : AbstractIdentifiableType<?> to superType : IdentifiableTypeImplementor<?> in method private buildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeImpl<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type embeddable : EmbeddableTypeImpl to embeddable : EmbeddableTypeImplementor in method public wrapUp() : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Variable Type subGraphNode : GraphNodeImplementor to subGraphNode : GraphImplementor<?> in method public startingCollectionElements(elementDefinition CollectionElementDefinition) : void in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type named : EntityGraph to named : RootGraphImplementor in method public createEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Variable Type entityType : EntityType to entityType : EntityTypeImplementor in method private applyNamedEntityGraphs(namedEntityGraphs Collection<NamedEntityGraphDefinition>) : void in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Variable Type attributeNode : AttributeNodeImplementor to attributeNode : AttributeNodeImplementor<?> in method public startingCollectionElements(elementDefinition CollectionElementDefinition) : void in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Variable Type attributes : Set<SingularAttribute<? super X,?>> to attributes : Set<SingularAttributeImplementor<? super X,?>> in method private applyIdMetadata(mappingType MappedSuperclass, jpaMappingType MappedSuperclassTypeImplementor<X>) : void in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Push Down Method private checkDeclaredVersion() : void from class org.hibernate.metamodel.internal.AbstractIdentifiableType to private checkDeclaredVersion() : void from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method private checkTypeForSingleAttribute(attributeType String, attribute SingularAttribute<?,?>, name String, javaType Class<Y>) : void from class org.hibernate.metamodel.internal.AbstractManagedType to private checkTypeForSingleAttribute(attributeType String, attribute SingularAttribute<?,?>, name String, javaType Class<Y>) : void from class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Push Down Method public hasIdClass() : boolean from class org.hibernate.metamodel.internal.AbstractIdentifiableType to public hasIdClass() : boolean from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method public hasDeclaredVersionAttribute() : boolean from class org.hibernate.metamodel.internal.AbstractIdentifiableType to public hasDeclaredVersionAttribute() : boolean from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method private checkNotNull(attributeType String, attribute Attribute<?,?>, name String) : void from class org.hibernate.metamodel.internal.AbstractManagedType to private checkNotNull(attributeType String, attribute Attribute<?,?>, name String) : void from class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Push Down Method public getPersistenceType() : PersistenceType from class org.hibernate.metamodel.internal.EntityTypeImpl to public getPersistenceType() : PersistenceType from class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl |
From |
To |
|
Push Down Method public hasSingleIdAttribute() : boolean from class org.hibernate.metamodel.internal.AbstractIdentifiableType to public hasSingleIdAttribute() : boolean from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method protected isPrimitiveVariant(attribute SingularAttribute<?,?>, javaType Class<Y>) : boolean from class org.hibernate.metamodel.internal.AbstractManagedType to protected isPrimitiveVariant(attribute SingularAttribute<?,?>, javaType Class<Y>) : boolean from class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Push Down Method public getName() : String from class org.hibernate.metamodel.internal.EntityTypeImpl to public getName() : String from class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl |
From |
To |
|
Push Down Method private checkCollectionElementType(attribute PluralAttribute<?,?,?>, name String, elementType Class<E>) : void from class org.hibernate.metamodel.internal.AbstractManagedType to private checkCollectionElementType(attribute PluralAttribute<?,?,?>, name String, elementType Class<E>) : void from class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Push Down Method public isId() : boolean from class org.hibernate.metamodel.internal.SingularAttributeImpl to public isId() : boolean from class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Push Down Method public getHibernateType() : ComponentType from class org.hibernate.metamodel.internal.EmbeddableTypeImpl to public getHibernateType() : ComponentType from class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl |
From |
To |
|
Push Down Method public isVersion() : boolean from class org.hibernate.metamodel.internal.SingularAttributeImpl to public isVersion() : boolean from class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Push Down Method public getPersistenceType() : PersistenceType from class org.hibernate.metamodel.internal.EmbeddableTypeImpl to public getPersistenceType() : PersistenceType from class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl |
From |
To |
|
Push Down Method private ensureNoIdClass() : void from class org.hibernate.metamodel.internal.AbstractIdentifiableType to private ensureNoIdClass() : void from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method public isOptional() : boolean from class org.hibernate.metamodel.internal.SingularAttributeImpl to public isOptional() : boolean from class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl |
From |
To |
|
Push Down Method public hasVersionAttribute() : boolean from class org.hibernate.metamodel.internal.AbstractIdentifiableType to public hasVersionAttribute() : boolean from class org.hibernate.metamodel.model.domain.internal.AbstractIdentifiableType |
From |
To |
|
Push Down Method private checkTypeForPluralAttributes(attributeType String, attribute PluralAttribute<?,?,?>, name String, elementType Class<E>, collectionType PluralAttribute.CollectionType) : void from class org.hibernate.metamodel.internal.AbstractManagedType to private checkTypeForPluralAttributes(attributeType String, attribute PluralAttribute<?,?,?>, name String, elementType Class<E>, collectionType PluralAttribute.CollectionType) : void from class org.hibernate.metamodel.model.domain.internal.AbstractManagedType |
From |
To |
|
Change Return Type EntityGraph<T> to RootGraphImplementor<T> in method public createEntityGraph(rootType Class<T>) : RootGraphImplementor<T> in class org.hibernate.engine.spi.SessionDelegatorBaseImpl |
From |
To |
|
Change Return Type MapAttribute<? super X,K,V> to MapAttribute<? super J,K,V> in method public getMap(name String, keyType Class<K>, valueType Class<V>) : MapAttribute<? super J,K,V> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type EntityGraph to RootGraphImplementor<?> in method public findEntityGraphByName(name String) : RootGraphImplementor<?> in class org.hibernate.engine.spi.SessionFactoryImplementor |
From |
To |
|
Change Return Type EntityGraph to RootGraphImplementor in method public findEntityGraphByName(name String) : RootGraphImplementor in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl |
From |
To |
|
Change Return Type MultiIdentifierLoadAccessImpl<T> to MultiIdentifierLoadAccess<T> in method public with(lockOptions LockOptions) : MultiIdentifierLoadAccess<T> in class org.hibernate.internal.SessionImpl.MultiIdentifierLoadAccessImpl |
From |
To |
|
Change Return Type EntityGraph<?> to RootGraphImplementor<?> in method public createEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.engine.spi.SessionDelegatorBaseImpl |
From |
To |
|
Change Return Type EntityTypeImpl<?> to EntityTypeImplementor<E> in method public locateEntityType(entityName String) : EntityTypeImplementor<E> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type EmbeddableType<X> to EmbeddableTypeImplementor<X> in method public embeddable(cls Class<X>) : EmbeddableTypeImplementor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type GraphNodeImplementor to RootGraphImplementor in method protected getRootEntityGraph() : RootGraphImplementor in class org.hibernate.loader.plan.build.internal.FetchGraphLoadPlanBuildingStrategy |
From |
To |
|
Change Return Type Map<Class<?>,EntityTypeImpl<?>> to Map<Class<?>,EntityTypeImplementor<?>> in method public getEntityTypeMap() : Map<Class<?>,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type MultiIdentifierLoadAccessImpl<T> to MultiIdentifierLoadAccess<T> in method public with(cacheMode CacheMode) : MultiIdentifierLoadAccess<T> in class org.hibernate.internal.SessionImpl.MultiIdentifierLoadAccessImpl |
From |
To |
|
Change Return Type EntityGraph<T> to RootGraphImplementor<T> in method protected parseGraph(entityType Class<T>, graphString String) : RootGraphImplementor<T> in class org.hibernate.graph.AbstractEntityGraphTest |
From |
To |
|
Change Return Type EntityType<X> to EntityTypeImplementor<X> in method public entity(cls Class<X>) : EntityTypeImplementor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type EntityType<X> to EntityTypeImplementor<X> in method public entity(entityName String) : EntityTypeImplementor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type List<EntityGraph<? super T>> to List<RootGraphImplementor<? super T>> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type GraphNodeImplementor to GraphImplementor in method protected abstract getRootEntityGraph() : GraphImplementor in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Return Type AbstractManagedType<X> to ManagedTypeImplementor<X> in method public getOwnerType() : ManagedTypeImplementor<X> in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Return Type ListAttribute<X,E> to ListAttribute<J,E> in method public getDeclaredList(name String, elementType Class<E>) : ListAttribute<J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type Set<SingularAttribute<? super X,?>> to Set<SingularAttributeImplementor<? super X,?>> in method private buildIdClassAttributes(ownerType IdentifiableTypeImplementor<X>, propertyIterator Iterator<Property>) : Set<SingularAttributeImplementor<? super X,?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type MapAttribute<X,K,V> to MapAttribute<J,K,V> in method public getDeclaredMap(name String, keyType Class<K>, valueType Class<V>) : MapAttribute<J,K,V> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type SingularAttribute<? super X,?> to SingularAttribute<? super J,?> in method public getSingularAttribute(name String) : SingularAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type Map<String,EntityTypeImpl<?>> to Map<String,EntityTypeImplementor<?>> in method public getEntityTypesByEntityName() : Map<String,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type Type<K> to SimpleTypeImplementor<K> in method public getKeyType() : SimpleTypeImplementor<K> in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Return Type List<EntityGraph<? super T>> to List<RootGraphImplementor<? super T>> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl |
From |
To |
|
Change Return Type EntityGraph<T> to RootGraphImplementor<T> in method public findEntityGraphByName(name String) : RootGraphImplementor<T> in class org.hibernate.metamodel.model.domain.spi.MetamodelImplementor |
From |
To |
|
Change Return Type MapAttribute<? super X,?,?> to MapAttributeImplementor<? super J,?,?> in method public getMap(name String) : MapAttributeImplementor<? super J,?,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type ManagedType<X> to ManagedTypeImplementor<X> in method public managedType(cls Class<X>) : ManagedTypeImplementor<X> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type SetAttribute<X,E> to SetAttribute<J,E> in method public getDeclaredSet(name String, elementType Class<E>) : SetAttribute<J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type SingularAttribute<X,?> to SingularAttribute<J,?> in method public getDeclaredSingularAttribute(name String) : SingularAttribute<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type EntityGraph<T> to RootGraphImplementor<T> in method public createEntityGraph(rootType Class<T>) : RootGraphImplementor<T> in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Return Type List<EntityGraph<? super T>> to List in method public getEntityGraphs(entityClass Class) : List in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Return Type Set<EmbeddableTypeImpl<?>> to Set<EmbeddableTypeImplementor<?>> in method public getEmbeddableTypeSet() : Set<EmbeddableTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type EntityGraph<?> to RootGraphImplementor<?> in method public getEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Return Type MappedSuperclassTypeImpl<?> to MappedSuperclassTypeImplementor<?> in method private locateOrBuildMappedSuperclassType(mappedSuperclass MappedSuperclass, context MetadataContext) : MappedSuperclassTypeImplementor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type SetAttribute<? super X,?> to SetAttributeImplementor<? super J,?> in method public getSet(name String) : SetAttributeImplementor<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type ListAttribute<X,?> to ListAttributeImplementor<J,?> in method public getDeclaredList(name String) : ListAttributeImplementor<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type ListAttribute<? super X,?> to ListAttributeImplementor<? super J,?> in method public getList(name String) : ListAttributeImplementor<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type CollectionAttribute<X,?> to CollectionAttribute<J,?> in method public getDeclaredCollection(name String) : CollectionAttribute<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type GraphNodeImplementor to RootGraphImplementor in method protected getRootEntityGraph() : RootGraphImplementor in class org.hibernate.loader.plan.build.internal.LoadGraphLoadPlanBuildingStrategy |
From |
To |
|
Change Return Type EntityTypeImpl<?> to EntityTypeImplementor<?> in method public locateEntityType(javaType Class<?>) : EntityTypeImplementor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type EntityTypeImpl<?> to EntityTypeImplementor<?> in method private locateOrBuildEntityType(persistentClass PersistentClass, context MetadataContext) : EntityTypeImplementor<?> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type List<EntityGraph<? super T>> to List<RootGraphImplementor<? super T>> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.internal.SessionFactoryImpl |
From |
To |
|
Change Return Type EntityGraph<T> to RootGraphImplementor<T> in method public findEntityGraphByName(name String) : RootGraphImplementor<T> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type ListAttribute<? super X,E> to ListAttribute<? super J,E> in method public getList(name String, elementType Class<E>) : ListAttribute<? super J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type EntityGraph to RootGraphImplementor in method public findEntityGraphByName(name String) : RootGraphImplementor in class org.hibernate.internal.SessionFactoryImpl |
From |
To |
|
Change Return Type List<EntityGraph<? super T>> to List<RootGraphImplementor<? super T>> in method public findEntityGraphsByJavaType(entityClass Class<T>) : List<RootGraphImplementor<? super T>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Return Type CollectionAttribute<X,E> to CollectionAttribute<J,E> in method public getDeclaredCollection(name String, elementType Class<E>) : CollectionAttribute<J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type SingularAttributeImpl<X,Y> to SingularAttributeImplementor<X,Y> in method public buildIdAttribute(ownerType IdentifiableTypeImplementor<X>, property Property) : SingularAttributeImplementor<X,Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type EntityGraph<?> to RootGraphImplementor<?> in method public createEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.internal.SessionImpl |
From |
To |
|
Change Return Type CollectionAttribute<? super X,?> to CollectionAttribute<? super J,?> in method public getCollection(name String) : CollectionAttribute<? super J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type EntityTypeImpl<?> to EntityTypeImplementor<?> in method public locateEntityType(persistentClass PersistentClass) : EntityTypeImplementor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type AbstractIdentifiableType<? super X> to IdentifiableTypeImplementor<? super J> in method public getSupertype() : IdentifiableTypeImplementor<? super J> in class org.hibernate.metamodel.model.domain.spi.IdentifiableTypeImplementor |
From |
To |
|
Change Return Type MapAttribute<X,?,?> to MapAttributeImplementor<J,?,?> in method public getDeclaredMap(name String) : MapAttributeImplementor<J,?,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type SetAttribute<? super X,E> to SetAttribute<? super J,E> in method public getSet(name String, elementType Class<E>) : SetAttribute<? super J,E> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type AbstractManagedType<X> to ManagedTypeImplementor<X> in method public getOwnerType() : ManagedTypeImplementor<X> in class org.hibernate.metamodel.internal.AttributeFactory.AttributeContext |
From |
To |
|
Change Return Type Type<Y> to SimpleTypeImplementor<Y> in method private determineSimpleType(typeContext ValueContext) : SimpleTypeImplementor<Y> in class org.hibernate.metamodel.internal.AttributeFactory |
From |
To |
|
Change Return Type EntityGraph<?> to RootGraphImplementor<?> in method public getEntityGraph(graphName String) : RootGraphImplementor<?> in class org.hibernate.engine.spi.SessionDelegatorBaseImpl |
From |
To |
|
Change Return Type EntityGraph<GraphParsingTestEntity> to RootGraphImplementor<GraphParsingTestEntity> in method protected parseGraph(graphString String) : RootGraphImplementor<GraphParsingTestEntity> in class org.hibernate.graph.AbstractEntityGraphTest |
From |
To |
|
Change Return Type MappedSuperclassTypeImpl<?> to MappedSuperclassTypeImplementor<?> in method public locateMappedSuperclassType(mappedSuperclass MappedSuperclass) : MappedSuperclassTypeImplementor<?> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Return Type SetAttribute<X,?> to SetAttributeImplementor<J,?> in method public getDeclaredSet(name String) : SetAttributeImplementor<J,?> in class org.hibernate.metamodel.model.domain.spi.ManagedTypeImplementor |
From |
To |
|
Change Return Type AbstractManagedType<X> to ManagedTypeImplementor<X> in method public getOwnerType() : ManagedTypeImplementor<X> in class org.hibernate.metamodel.internal.AttributeFactory.AttributeMetadata |
From |
To |
|
Change Attribute Type ownerType : AbstractManagedType<X> to ownerType : ManagedTypeImplementor<X> in class org.hibernate.metamodel.internal.AttributeFactory.BaseAttributeMetadata |
From |
To |
|
Change Attribute Type jpaEmbeddableTypeMap : Map<Class<?>,EmbeddableTypeImpl<?>> to jpaEmbeddableTypeMap : Map<Class<?>,EmbeddableTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type entityTypes : Map<Class<?>,EntityTypeImpl<?>> to entityTypes : Map<Class<?>,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type entityTypesByPersistentClass : Map<PersistentClass,EntityTypeImpl<?>> to entityTypesByPersistentClass : Map<PersistentClass,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type entityGraphMap : Map<String,EntityGraph> to entityGraphMap : Map<String,RootGraphImplementor> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type embeddables : Set<EmbeddableTypeImpl<?>> to embeddables : Set<EmbeddableTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type entityTypesByEntityName : Map<String,EntityTypeImpl<?>> to entityTypesByEntityName : Map<String,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type mappedSuperclassByMappedSuperclassMapping : Map<MappedSuperclass,MappedSuperclassTypeImpl<?>> to mappedSuperclassByMappedSuperclassMapping : Map<MappedSuperclass,MappedSuperclassTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type rootEntityGraph : GraphNodeImplementor to rootEntityGraph : RootGraphImplementor<?> in class org.hibernate.loader.plan.build.internal.LoadGraphLoadPlanBuildingStrategy |
From |
To |
|
Change Attribute Type graphStack : ArrayDeque<GraphNodeImplementor> to graphStack : Stack<GraphImplementor> in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Attribute Type hintName : String to semantic : GraphSemantic in class org.hibernate.engine.query.spi.EntityGraphQueryHint |
From |
To |
|
Change Attribute Type rootEntityGraph : GraphNodeImplementor to rootEntityGraph : RootGraphImplementor in class org.hibernate.loader.plan.build.internal.FetchGraphLoadPlanBuildingStrategy |
From |
To |
|
Change Attribute Type jpaEntityTypeMap : Map<Class<?>,EntityTypeImpl<?>> to jpaEntityTypeMap : Map<Class<?>,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type attributeStack : ArrayDeque<AttributeNodeImplementor> to attributeStack : Stack<AttributeNodeImplementor> in class org.hibernate.loader.plan.build.internal.AbstractEntityGraphVisitationStrategy |
From |
To |
|
Change Attribute Type mappedSuperClassTypeToPersistentClass : Map<MappedSuperclassTypeImpl<?>,PersistentClass> to mappedSuperClassTypeToPersistentClass : Map<MappedSuperclassTypeImplementor<?>,PersistentClass> in class org.hibernate.metamodel.internal.MetadataContext |
From |
To |
|
Change Attribute Type jpaEmbeddableTypes : Set<EmbeddableTypeImpl<?>> to jpaEmbeddableTypes : Set<EmbeddableTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |
|
Change Attribute Type keyType : Type<K> to keyType : SimpleTypeImplementor<K> in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl |
From |
To |
|
Change Attribute Type jpaEntityTypesByEntityName : Map<String,EntityTypeImpl<?>> to jpaEntityTypesByEntityName : Map<String,EntityTypeImplementor<?>> in class org.hibernate.metamodel.internal.MetamodelImpl |
From |
To |