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 class
CascadeStyles.BaseCascadeStyle
static class
CascadeStyles.MultipleCascadeStyle
Fields in org.hibernate.engine.spi declared as CascadeStyle Modifier and Type Field Description static CascadeStyle
CascadeStyles. ALL
save / delete / update / evict / lock / replicate / merge / persiststatic CascadeStyle
CascadeStyles. ALL_DELETE_ORPHAN
save / delete / update / evict / lock / replicate / merge / persist + delete orphansstatic CascadeStyle
CascadeStyles. DELETE
deletestatic CascadeStyle
CascadeStyles. DELETE_ORPHAN
delete + delete orphansstatic CascadeStyle
CascadeStyles. EVICT
evictstatic CascadeStyle
CascadeStyles. LOCK
lockstatic CascadeStyle
CascadeStyles. MERGE
mergestatic CascadeStyle
CascadeStyles. NONE
no cascadesstatic CascadeStyle
CascadeStyles. PERSIST
createstatic CascadeStyle
CascadeStyles. REFRESH
refreshstatic CascadeStyle
CascadeStyles. REPLICATE
replicatestatic CascadeStyle
CascadeStyles. UPDATE
save / updateMethods in org.hibernate.engine.spi that return CascadeStyle Modifier and Type Method Description static CascadeStyle
CascadeStyles. 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 JoinType
JoinWalker. 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 JoinType
JoinWalker. 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 boolean
AbstractEntityJoinWalker. isJoinedFetchEnabled(AssociationType type, FetchMode config, CascadeStyle cascadeStyle)
The superclass deliberately excludes collectionsprotected boolean
JoinWalker. 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 JoinType
BasicCollectionJoinWalker. 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 JoinType
CriteriaJoinWalker. 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 JoinType
CriteriaJoinWalker. 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 JoinType
EntityJoinWalker. 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 boolean
CascadeEntityJoinWalker. 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 CascadeStyle
Property. getCascadeStyle()
-
Uses of CascadeStyle in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return CascadeStyle Modifier and Type Method Description CascadeStyle
AbstractEntityPersister. getCascadeStyle(int i)
CascadeStyle
OuterJoinLoadable. 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 CascadeStyle
AssociationAttributeDefinition. determineCascadeStyle()
-
Uses of CascadeStyle in org.hibernate.tuple
Methods in org.hibernate.tuple that return CascadeStyle Modifier and Type Method Description CascadeStyle
AbstractNonIdentifierAttribute. getCascadeStyle()
CascadeStyle
BaselineAttributeInformation. getCascadeStyle()
CascadeStyle
NonIdentifierAttribute. getCascadeStyle()
Methods in org.hibernate.tuple with parameters of type CascadeStyle Modifier and Type Method Description BaselineAttributeInformation.Builder
BaselineAttributeInformation.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 CascadeStyle
CompositeBasedAssociationAttribute. determineCascadeStyle()
-
Uses of CascadeStyle in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return CascadeStyle Modifier and Type Method Description CascadeStyle
EntityBasedAssociationAttribute. determineCascadeStyle()
CascadeStyle[]
EntityMetamodel. getCascadeStyles()
-
Uses of CascadeStyle in org.hibernate.type
Methods in org.hibernate.type that return CascadeStyle Modifier and Type Method Description CascadeStyle
AnyType. getCascadeStyle(int i)
CascadeStyle
ComponentType. getCascadeStyle(int i)
CascadeStyle
CompositeCustomType. getCascadeStyle(int i)
CascadeStyle
CompositeType. getCascadeStyle(int index)
Retrieve the cascade style of the indicated component property.
-