Uses of Interface
org.hibernate.metamodel.mapping.SoftDeletableModelPart
-
Packages that use SoftDeletableModelPart Package Description org.hibernate.boot.model.internal 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.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.derived -
-
Uses of SoftDeletableModelPart in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SoftDeletableModelPart Modifier and Type Method Description static SoftDeleteMappingImplSoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, Dialect dialect)static SoftDeleteMappingImplSoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess) -
Uses of SoftDeletableModelPart in org.hibernate.id
Subinterfaces of SoftDeletableModelPart 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 SoftDeletableModelPart in org.hibernate.metamodel.mapping
Subinterfaces of SoftDeletableModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceEntityMappingTypeMapping of an entityinterfacePluralAttributeMappingMapping of a plural (collection-valued) attribute -
Uses of SoftDeletableModelPart in org.hibernate.metamodel.mapping.internal
Subinterfaces of SoftDeletableModelPart in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceInFlightEntityMappingTypeClasses in org.hibernate.metamodel.mapping.internal that implement SoftDeletableModelPart Modifier and Type Class Description classPluralAttributeMappingImplConstructors in org.hibernate.metamodel.mapping.internal with parameters of type SoftDeletableModelPart Constructor Description SoftDeleteMappingImpl(SoftDeletableModelPart softDeletable, String columnName, String tableName, Object deletedLiteralValue, String deletedLiteralText, Object nonDeletedLiteralValue, String nonDeletedLiteralText, JdbcMapping jdbcMapping) -
Uses of SoftDeletableModelPart in org.hibernate.persister.entity
Subinterfaces of SoftDeletableModelPart 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 SoftDeletableModelPart 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. -
Uses of SoftDeletableModelPart in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement SoftDeletableModelPart Modifier and Type Class Description classMockEntityPersisterstatic classProcessorSessionFactory.EntityPersister -
Uses of SoftDeletableModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement SoftDeletableModelPart Modifier and Type Class Description classAnonymousTupleEntityValuedModelPart
-