Uses of Interface
org.hibernate.engine.spi.CascadeStyle
Packages that use CascadeStyle
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.-
Uses of CascadeStyle in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement CascadeStyleModifier and TypeClassDescriptionstatic classstatic final classFields in org.hibernate.engine.spi declared as CascadeStyleModifier and TypeFieldDescriptionstatic final CascadeStyleCascadeStyles.ALLsave / delete / update / evict / lock / replicate / merge / persiststatic final CascadeStyleCascadeStyles.ALL_DELETE_ORPHANsave / delete / update / evict / lock / replicate / merge / persist + delete orphansstatic final CascadeStyleCascadeStyles.DELETEdeletestatic final CascadeStyleCascadeStyles.DELETE_ORPHANdelete + delete orphansstatic final CascadeStyleCascadeStyles.EVICTevictstatic final CascadeStyleCascadeStyles.LOCKlockstatic final CascadeStyleCascadeStyles.MERGEmergestatic final CascadeStyleCascadeStyles.NONEno cascadesstatic final CascadeStyleCascadeStyles.PERSISTcreatestatic final CascadeStyleCascadeStyles.REFRESHrefreshstatic final CascadeStyleCascadeStyles.REPLICATEreplicateMethods in org.hibernate.engine.spi that return CascadeStyleModifier and TypeMethodDescriptionstatic CascadeStyleCascadeStyles.getCascadeStyle(String cascade) Factory method for obtaining named cascade stylesMethods in org.hibernate.engine.spi with parameters of type CascadeStyleModifier and TypeMethodDescriptionbooleanCascadingAction.appliesTo(Type type, CascadeStyle style) Does this action have any work to do for fields of the given type with the given cascade style?booleanCascadingActions.BaseCascadingAction.appliesTo(Type type, CascadeStyle style) Constructors in org.hibernate.engine.spi with parameters of type CascadeStyle -
Uses of CascadeStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return CascadeStyle -
Uses of CascadeStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CascadeStyle -
Uses of CascadeStyle in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return CascadeStyleModifier and TypeMethodDescriptionAbstractEntityPersister.getPropertyCascadeStyles()EntityPersister.getPropertyCascadeStyles()Get the cascade styles of the properties (optional operation)Methods in org.hibernate.persister.entity with parameters of type CascadeStyleModifier and TypeMethodDescriptionprotected 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 Reactiveprotected AttributeMappingAbstractEntityPersister.generateNonIdAttributeMapping(String attrName, Type attrType, CascadeStyle cascadeStyle, int propertyIndex, String tableExpression, String[] attrColumnNames, Property bootProperty, int stateArrayPosition, int fetchableIndex, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) -
Uses of CascadeStyle in org.hibernate.type
Methods in org.hibernate.type that return CascadeStyleModifier and TypeMethodDescriptionAnyType.getCascadeStyle(int i) ComponentType.getCascadeStyle(int i) CompositeType.getCascadeStyle(int index) Retrieve the cascade style of the indicated component property.