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 NotFoundActionaction()Specifies how to handle the case of an orphaned foreign key.static NotFoundActionNotFoundAction. 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 NotFoundActionCollectionBinder. notFoundActionMethods in org.hibernate.boot.model.internal that return NotFoundAction Modifier and Type Method Description NotFoundActionCollectionBinder. getNotFoundAction()Methods in org.hibernate.boot.model.internal with parameters of type NotFoundAction Modifier and Type Method Description voidCollectionBinder. setNotFoundAction(NotFoundAction notFoundAction)Constructors in org.hibernate.boot.model.internal with parameters of type NotFoundAction Constructor Description OneToOneSecondPass(PropertyBinder binder, Property property, OneToOne oneToOne, String mappedBy, String ownerEntity, PropertyHolder propertyHolder, PropertyData inferredData, boolean annotatedEntity, NotFoundAction notFoundAction, AnnotatedJoinColumns columns, MetadataBuildingContext buildingContext) -
Uses of NotFoundAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return NotFoundAction Modifier and Type Method Description NotFoundActionManyToOne. getNotFoundAction()NotFoundActionOneToMany. getNotFoundAction()Methods in org.hibernate.mapping with parameters of type NotFoundAction Modifier and Type Method Description voidManyToOne. setNotFoundAction(NotFoundAction notFoundAction)voidOneToMany. 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 NotFoundActionAbstractEntityCollectionPart. getNotFoundAction()NotFoundActionEntityCollectionPart. getNotFoundAction()NotFoundActionToOneAttributeMapping. 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 InitializerEntityFetchJoinedImpl. 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)
-