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 ImplicitToOneJoinTableSecondPass(PropertyHolder propertyHolder, PropertyData inferredData, MetadataBuildingContext context, AnnotatedJoinColumns joinColumns, JoinTable joinTable, NotFoundAction notFoundAction, ManyToOne value)
OneToOneSecondPass(String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, String referencedEntityName, boolean annotatedEntity, 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 that return NotFoundAction Modifier and Type Method Description protected NotFoundAction
EntityFetchJoinedImpl. getNotFoundAction()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type NotFoundAction Constructor Description EntityInitializerImpl(EntityResultGraphNode resultDescriptor, String sourceAlias, @Nullable Fetch identifierFetch, @Nullable Fetch discriminatorFetch, @Nullable DomainResult<?> keyResult, @Nullable DomainResult<Object> rowIdResult, NotFoundAction notFoundAction, boolean affectedByFilter, @Nullable InitializerParent<?> parent, boolean isResultInitializer, AssemblerCreationState creationState)
-