Uses of Interface
org.hibernate.engine.spi.CascadeStyle
-
-
Uses of CascadeStyle in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement CascadeStyle Modifier and Type Class Description static classCascadeStyles.BaseCascadeStylestatic classCascadeStyles.MultipleCascadeStyleFields in org.hibernate.engine.spi declared as CascadeStyle Modifier and Type Field Description static CascadeStyleCascadeStyles. ALLsave / delete / update / evict / lock / replicate / merge / persiststatic CascadeStyleCascadeStyles. ALL_DELETE_ORPHANsave / delete / update / evict / lock / replicate / merge / persist + delete orphansstatic CascadeStyleCascadeStyles. DELETEdeletestatic CascadeStyleCascadeStyles. DELETE_ORPHANdelete + delete orphansstatic CascadeStyleCascadeStyles. EVICTevictstatic CascadeStyleCascadeStyles. LOCKlockstatic CascadeStyleCascadeStyles. MERGEmergestatic CascadeStyleCascadeStyles. NONEno cascadesstatic CascadeStyleCascadeStyles. PERSISTcreatestatic CascadeStyleCascadeStyles. REFRESHrefreshstatic CascadeStyleCascadeStyles. REPLICATEreplicatestatic CascadeStyleCascadeStyles. UPDATEsave / updateMethods in org.hibernate.engine.spi that return CascadeStyle Modifier and Type Method Description static CascadeStyleCascadeStyles. getCascadeStyle(java.lang.String cascade)Factory method for obtaining named cascade stylesConstructors in org.hibernate.engine.spi with parameters of type CascadeStyle Constructor Description MultipleCascadeStyle(CascadeStyle[] styles) -
Uses of CascadeStyle in org.hibernate.loader
Methods in org.hibernate.loader with parameters of type CascadeStyle Modifier and Type Method Description protected JoinTypeJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)Determine the appropriate type of join (if any) to use to fetch the given association.protected JoinTypeJoinWalker. getJoinType(AssociationType associationType, FetchMode config, PropertyPath path, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth, CascadeStyle cascadeStyle)Determine the appropriate associationType of join (if any) to use to fetch the given association.protected booleanAbstractEntityJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle)The superclass deliberately excludes collectionsprotected booleanJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle)Override on subclasses to enable or suppress joining of certain association types -
Uses of CascadeStyle in org.hibernate.loader.collection
Methods in org.hibernate.loader.collection with parameters of type CascadeStyle Modifier and Type Method Description protected JoinTypeBasicCollectionJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth) -
Uses of CascadeStyle in org.hibernate.loader.criteria
Methods in org.hibernate.loader.criteria with parameters of type CascadeStyle Modifier and Type Method Description protected JoinTypeCriteriaJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)protected JoinTypeCriteriaJoinWalker. getJoinType(AssociationType associationType, FetchMode config, PropertyPath path, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth, CascadeStyle cascadeStyle) -
Uses of CascadeStyle in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity with parameters of type CascadeStyle Modifier and Type Method Description protected JoinTypeEntityJoinWalker. getJoinType(OuterJoinLoadable persister, PropertyPath path, int propertyNumber, AssociationType associationType, FetchMode metadataFetchMode, CascadeStyle metadataCascadeStyle, java.lang.String lhsTable, java.lang.String[] lhsColumns, boolean nullable, int currentDepth)protected booleanCascadeEntityJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle) -
Uses of CascadeStyle in org.hibernate.mapping
Methods in org.hibernate.mapping that return CascadeStyle Modifier and Type Method Description CascadeStyleProperty. getCascadeStyle() -
Uses of CascadeStyle in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return CascadeStyle Modifier and Type Method Description CascadeStyleAbstractEntityPersister. getCascadeStyle(int i)CascadeStyleOuterJoinLoadable. getCascadeStyle(int i)Get the cascade style of this (subclass closure) propertyCascadeStyle[]AbstractEntityPersister. getPropertyCascadeStyles()CascadeStyle[]EntityPersister. getPropertyCascadeStyles()Get the cascade styles of the properties (optional operation) -
Uses of CascadeStyle in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return CascadeStyle Modifier and Type Method Description CascadeStyleAssociationAttributeDefinition. determineCascadeStyle() -
Uses of CascadeStyle in org.hibernate.tuple
Methods in org.hibernate.tuple that return CascadeStyle Modifier and Type Method Description CascadeStyleAbstractNonIdentifierAttribute. getCascadeStyle()CascadeStyleBaselineAttributeInformation. getCascadeStyle()CascadeStyleNonIdentifierAttribute. getCascadeStyle()Methods in org.hibernate.tuple with parameters of type CascadeStyle Modifier and Type Method Description BaselineAttributeInformation.BuilderBaselineAttributeInformation.Builder. setCascadeStyle(CascadeStyle cascadeStyle)Constructors in org.hibernate.tuple with parameters of type CascadeStyle Constructor Description BaselineAttributeInformation(boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean dirtyCheckable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)StandardProperty(java.lang.String name, Type type, boolean lazy, boolean insertable, boolean updateable, ValueGeneration valueGenerationStrategy, boolean nullable, boolean checkable, boolean versionable, CascadeStyle cascadeStyle, FetchMode fetchMode)Deprecated.Constructs NonIdentifierProperty instances. -
Uses of CascadeStyle in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return CascadeStyle Modifier and Type Method Description CascadeStyleCompositeBasedAssociationAttribute. determineCascadeStyle() -
Uses of CascadeStyle in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return CascadeStyle Modifier and Type Method Description CascadeStyleEntityBasedAssociationAttribute. determineCascadeStyle()CascadeStyle[]EntityMetamodel. getCascadeStyles() -
Uses of CascadeStyle in org.hibernate.type
Methods in org.hibernate.type that return CascadeStyle Modifier and Type Method Description CascadeStyleAnyType. getCascadeStyle(int i)CascadeStyleComponentType. getCascadeStyle(int i)CascadeStyleCompositeCustomType. getCascadeStyle(int i)CascadeStyleCompositeType. getCascadeStyle(int index)Retrieve the cascade style of the indicated component property.
-