Uses of Class
org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
-
Packages that use SoftDeleteMappingImpl Package Description org.hibernate.boot.model.internal -
-
Uses of SoftDeleteMappingImpl in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return SoftDeleteMappingImpl Modifier and Type Method Description static SoftDeleteMappingImpl
SoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, Dialect dialect)
static SoftDeleteMappingImpl
SoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, MappingModelCreationProcess creationProcess)
-