Uses of Enum Class
org.hibernate.annotations.NotFoundAction
Packages that use NotFoundAction
Package
Description
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package defines the Hibernate configuration-time mapping model.
-
Uses of NotFoundAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return NotFoundActionModifier and TypeMethodDescriptionstatic NotFoundAction
Returns the enum constant of this class with the specified name.static NotFoundAction[]
NotFoundAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotFoundAction in org.hibernate.boot.jaxb.mapping.internal
Methods in org.hibernate.boot.jaxb.mapping.internal that return NotFoundActionMethods in org.hibernate.boot.jaxb.mapping.internal with parameters of type NotFoundActionModifier and TypeMethodDescriptionstatic String
NotFoundActionMarshalling.toXml
(NotFoundAction action) -
Uses of NotFoundAction in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as NotFoundActionModifier and TypeFieldDescriptionprotected NotFoundAction
JaxbManyToManyImpl.notFound
protected NotFoundAction
JaxbManyToOneImpl.notFound
protected NotFoundAction
JaxbOneToManyImpl.notFound
Methods in org.hibernate.boot.jaxb.mapping.spi that return NotFoundActionModifier and TypeMethodDescriptionJaxbManyToManyImpl.getNotFound()
Gets the value of the notFound property.JaxbManyToOneImpl.getNotFound()
Gets the value of the notFound property.JaxbNotFoundCapable.getNotFound()
JaxbOneToManyImpl.getNotFound()
Gets the value of the notFound property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type NotFoundActionModifier and TypeMethodDescriptionAdapter19.marshal
(NotFoundAction value) void
JaxbManyToManyImpl.setNotFound
(NotFoundAction value) Sets the value of the notFound property.void
JaxbManyToOneImpl.setNotFound
(NotFoundAction value) Sets the value of the notFound property.void
JaxbNotFoundCapable.setNotFound
(NotFoundAction value) void
JaxbOneToManyImpl.setNotFound
(NotFoundAction value) Sets the value of the notFound property. -
Uses of NotFoundAction in org.hibernate.boot.model.internal
Fields in org.hibernate.boot.model.internal declared as NotFoundActionMethods in org.hibernate.boot.model.internal that return NotFoundActionMethods in org.hibernate.boot.model.internal with parameters of type NotFoundActionModifier and TypeMethodDescriptionvoid
CollectionBinder.setNotFoundAction
(NotFoundAction notFoundAction) Constructors in org.hibernate.boot.model.internal with parameters of type NotFoundActionModifierConstructorDescriptionImplicitToOneJoinTableSecondPass
(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.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return NotFoundActionMethods in org.hibernate.boot.models.annotations.internal with parameters of type NotFoundAction -
Uses of NotFoundAction in org.hibernate.mapping
Methods in org.hibernate.mapping that return NotFoundActionMethods in org.hibernate.mapping with parameters of type NotFoundActionModifier and TypeMethodDescriptionvoid
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 NotFoundActionModifier and TypeMethodDescriptionAbstractEntityCollectionPart.getNotFoundAction()
EntityCollectionPart.getNotFoundAction()
ToOneAttributeMapping.getNotFoundAction()
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NotFoundActionModifierConstructorDescriptionAbstractEntityCollectionPart
(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 NotFoundActionModifier and TypeMethodDescriptionprotected NotFoundAction
EntityFetchJoinedImpl.getNotFoundAction()
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type NotFoundActionModifierConstructorDescriptionEntityInitializerImpl
(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)