Uses of Interface
org.hibernate.metamodel.mapping.ManagedMappingType
-
Packages that use ManagedMappingType Package Description org.hibernate.id org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.entity org.hibernate.query.derived -
-
Uses of ManagedMappingType in org.hibernate.id
Subinterfaces of ManagedMappingType in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
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)ForeignKeyDescriptorForeignKeyDescriptor. 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. -
Uses of ManagedMappingType in org.hibernate.persister.entity
Subinterfaces of ManagedMappingType in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableImplemented by anyEntityPersisterthat may be loaded using aLoader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableAEntityPersisterthat may be loaded by outer join using and may be an element of a one-to-many association.interfaceQueryableDeprecated.SeeQueryableinterfaceSQLLoadableAnEntityPersisterthat supports queries expressed in the platform native SQL dialect.interfaceUniqueKeyLoadableAnEntityPersisterthat can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement ManagedMappingType Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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. -
Uses of ManagedMappingType in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ManagedMappingType Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMapping
-