Uses of Enum Class
org.hibernate.annotations.CascadeType
Packages that use CascadeType
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of CascadeType in org.hibernate.annotations
Methods in org.hibernate.annotations that return CascadeTypeModifier and TypeMethodDescriptionstatic CascadeType
Deprecated.Returns the enum constant of this class with the specified name.static CascadeType[]
CascadeType.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CascadeType in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type CascadeType -
Uses of CascadeType in org.hibernate.boot.model.source.internal
Methods in org.hibernate.boot.model.source.internal that return types with arguments of type CascadeTypeConstructor parameters in org.hibernate.boot.model.source.internal with type arguments of type CascadeTypeModifierConstructorDescriptionOverriddenMappingDefaults
(String implicitSchemaName, String implicitCatalogName, boolean implicitlyQuoteIdentifiers, String implicitIdColumnName, String implicitTenantIdColumnName, String implicitDiscriminatorColumnName, String implicitPackageName, boolean autoImportEnabled, EnumSet<CascadeType> cascadeTypes, AccessType implicitPropertyAccessType, String implicitPropertyAccessorName, boolean entitiesImplicitlyLazy, boolean pluralAttributesImplicitlyLazy, AccessType implicitCacheAccessType, CollectionClassification implicitListClassification) -
Uses of CascadeType in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return CascadeTypeMethods in org.hibernate.boot.models.annotations.internal with parameters of type CascadeType -
Uses of CascadeType in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return types with arguments of type CascadeType -
Uses of CascadeType in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return types with arguments of type CascadeTypeModifier and TypeMethodDescriptionPersistenceUnitMetadata.getDefaultCascadeTypes()
Cascades to apply by default for this persistence unit Seeentity-mappings/persistence-unit-metadata/persistence-unit-defaults/default-cascade
-
Uses of CascadeType in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type CascadeTypeModifier and TypeMethodDescriptionEffectiveMappingDefaults.getDefaultCascadeTypes()
The default cascade styles to apply to associations.