Uses of Interface
org.hibernate.metamodel.mapping.ManagedMappingType
-
Packages that use ManagedMappingType Package Description org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived -
-
Uses of ManagedMappingType in org.hibernate.id
Subinterfaces of ManagedMappingType in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterDeprecated, for removal: This API element is subject to removal in a future version.UseEntityPersisterinstead. -
Uses of ManagedMappingType in org.hibernate.metamodel.mapping
Subinterfaces of ManagedMappingType in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEmbeddableMappingTypeDescribes an embeddable - the actual typeinterfaceEntityMappingTypeMapping of an entitystatic interfaceNonAggregatedIdentifierMapping.IdentifierValueMapperThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsMethods in org.hibernate.metamodel.mapping that return ManagedMappingType Modifier and Type Method Description ManagedMappingTypeAttributeMapping. getDeclaringType()The managed type that declares this attributeMethods in org.hibernate.metamodel.mapping with parameters of type ManagedMappingType Modifier and Type Method Description default booleanEntityMappingType. isTypeOrSuperType(ManagedMappingType targetType)Whether the passed mapping is (1) an entity mapping and (2) the same as or a supertype of this entity mappingForeignKeyDescriptorForeignKeyDescriptor. withKeySelectionMapping(ManagedMappingType declaringType, TableGroupProducer declaringTableGroupProducer, IntFunction<SelectableMapping> selectableMappingAccess, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor.Method parameters in org.hibernate.metamodel.mapping with type arguments of type ManagedMappingType Modifier and Type Method Description default booleanManagedMappingType. isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) -
Uses of ManagedMappingType in org.hibernate.persister.collection
Method parameters in org.hibernate.persister.collection with type arguments of type ManagedMappingType Modifier and Type Method Description booleanAbstractCollectionPersister. isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKeyFilters)default booleanCollectionPersister. isAffectedByEnabledFilters(Set<ManagedMappingType> visitedTypes, LoadQueryInfluencers influencers, boolean onlyApplyForLoadByKey) -
Uses of ManagedMappingType in org.hibernate.persister.entity
Subinterfaces of ManagedMappingType in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableDeprecated, for removal: This API element is subject to removal in a future version.interfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement ManagedMappingType Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity with parameters of type ManagedMappingType Modifier and Type Method Description protected org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMappingAbstractEntityPersister. buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)For Hibernate Reactiveprotected AttributeMappingAbstractEntityPersister. buildPluralAttributeMapping(String attrName, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)For Hibernate Reactiveprotected AttributeMappingAbstractEntityPersister. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)For Hibernate Reactive -
Uses of ManagedMappingType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ManagedMappingType Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMappingMethods in org.hibernate.query.derived that return ManagedMappingType Modifier and Type Method Description ManagedMappingTypeAnonymousTupleBasicEntityIdentifierMapping. getDeclaringType()
-