Uses of Interface
org.hibernate.engine.spi.CascadeStyle
-
Packages that use CascadeStyle Package Description org.hibernate.engine.spi org.hibernate.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.tuple org.hibernate.tuple.entity org.hibernate.type -
-
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(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.mapping
Methods in org.hibernate.mapping that return CascadeStyle Modifier and Type Method Description CascadeStyleProperty. getCascadeStyle() -
Uses of CascadeStyle in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return CascadeStyle Modifier and Type Method Description default CascadeStyleAttributeMetadata. getCascadeStyle() -
Uses of CascadeStyle in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type CascadeStyle Modifier and Type Method Description static BasicAttributeMappingMappingModelCreationHelper. buildBasicAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)static EmbeddedAttributeMappingMappingModelCreationHelper. buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, Property bootProperty, DependantValue dependantValue, int dependantColumnIndex, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)static EmbeddedAttributeMappingMappingModelCreationHelper. buildEmbeddedAttributeMapping(String attrName, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, CompositeType attrType, String tableExpression, String[] rootTableKeyColumnNames, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)static PluralAttributeMappingMappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess)static ToOneAttributeMappingMappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)protected static AttributeMetadataAccessMappingModelCreationHelper. getAttributeMetadataAccess(Property bootProperty, Type attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type CascadeStyle Constructor Description PluralAttributeMappingImpl(String attributeName, Collection bootDescriptor, PropertyAccess propertyAccess, AttributeMetadataAccess attributeMetadataAccess, CollectionMappingType<?> collectionMappingType, int stateArrayPosition, CollectionPart elementDescriptor, CollectionPart indexDescriptor, CollectionIdentifierDescriptor identifierDescriptor, FetchTiming fetchTiming, FetchStyle fetchStyle, CascadeStyle cascadeStyle, ManagedMappingType declaringType, CollectionPersister collectionDescriptor) -
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.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(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.entity
Methods in org.hibernate.tuple.entity that return CascadeStyle Modifier and Type Method Description 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)CascadeStyleCompositeType. getCascadeStyle(int index)Retrieve the cascade style of the indicated component property.
-