Uses of Class
org.hibernate.annotations.NotFoundAction
-
Packages that use NotFoundAction Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.sql.results.graph.entity.internal -
-
Uses of NotFoundAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return NotFoundAction Modifier and Type Method Description NotFoundAction
action()
Specifies how to handle the case of an orphaned foreign key.static NotFoundAction
NotFoundAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotFoundAction[]
NotFoundAction. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotFoundAction in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal declared as NotFoundAction Modifier and Type Field Description protected NotFoundAction
CollectionBinder. notFoundAction
Methods in org.hibernate.boot.model.internal that return NotFoundAction Modifier and Type Method Description NotFoundAction
CollectionBinder. getNotFoundAction()
Methods in org.hibernate.boot.model.internal with parameters of type NotFoundAction Modifier and Type Method Description void
CollectionBinder. setNotFoundAction(NotFoundAction notFoundAction)
Constructors in org.hibernate.boot.model.internal with parameters of type NotFoundAction Constructor Description OneToOneSecondPass(String mappedBy, String ownerEntity, String ownerProperty, PropertyHolder propertyHolder, PropertyData inferredData, org.hibernate.annotations.common.reflection.XClass targetEntity, NotFoundAction notFoundAction, OnDeleteAction onDeleteAction, boolean optional, String cascadeStrategy, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext)
-
Uses of NotFoundAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return NotFoundAction Modifier and Type Method Description NotFoundAction
ManyToOne. getNotFoundAction()
NotFoundAction
OneToMany. getNotFoundAction()
Methods in org.hibernate.mapping with parameters of type NotFoundAction Modifier and Type Method Description void
ManyToOne. setNotFoundAction(NotFoundAction notFoundAction)
void
OneToMany. setNotFoundAction(NotFoundAction notFoundAction)
-
Uses of NotFoundAction in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return NotFoundAction Modifier and Type Method Description NotFoundAction
AbstractEntityCollectionPart. getNotFoundAction()
NotFoundAction
EntityCollectionPart. getNotFoundAction()
NotFoundAction
ToOneAttributeMapping. getNotFoundAction()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NotFoundAction Constructor Description AbstractEntityCollectionPart(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess)
ManyToManyCollectionPart(CollectionPart.Nature nature, Collection collectionBootDescriptor, CollectionPersister collectionDescriptor, EntityMappingType associatedEntityDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess)
OneToManyCollectionPart(CollectionPart.Nature nature, Collection bootCollectionDescriptor, CollectionPersister collectionDescriptor, EntityMappingType elementTypeDescriptor, NotFoundAction notFoundAction, MappingModelCreationProcess creationProcess)
-
Uses of NotFoundAction in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type NotFoundAction Modifier and Type Method Description protected Initializer
EntityFetchJoinedImpl. buildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
For Hibernate ReactiveConstructors in org.hibernate.sql.results.graph.entity.internal with parameters of type NotFoundAction Constructor Description EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
-