Uses of Class
org.hibernate.annotations.NotFoundAction
-
Packages that use NotFoundAction Package Description org.hibernate.annotations Package containing all the Hibernate specific annotations.org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.mapping org.hibernate.type -
-
Uses of NotFoundAction in org.hibernate.annotations
Methods in org.hibernate.annotations that return NotFoundAction Modifier and Type Method Description NotFoundActionaction()The action to perform when an associated entity is not found.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.cfg
Constructors in org.hibernate.cfg 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, boolean cascadeOnDelete, boolean optional, String cascadeStrategy, Ejb3JoinColumn[] columns, MetadataBuildingContext buildingContext) -
Uses of NotFoundAction in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations that return NotFoundAction Modifier and Type Method Description NotFoundActionCollectionBinder. getNotFoundAction()Methods in org.hibernate.cfg.annotations with parameters of type NotFoundAction Modifier and Type Method Description protected voidCollectionBinder. bindOneToManySecondPass(Collection collection, Map<String,PersistentClass> persistentClasses, Ejb3JoinColumn[] fkJoinColumns, org.hibernate.annotations.common.reflection.XClass collectionType, boolean cascadeDeleteEnabled, NotFoundAction notFoundAction, MetadataBuildingContext buildingContext, Map<org.hibernate.annotations.common.reflection.XClass,InheritanceState> inheritanceStatePerClass)protected booleanCollectionBinder. bindStarToManySecondPass(Map<String,PersistentClass> persistentClasses, org.hibernate.annotations.common.reflection.XClass collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, boolean unique, TableBinder associationTableBinder, NotFoundAction notFoundAction, MetadataBuildingContext buildingContext)return true if it's a Fk, false if it's an association tableprotected booleanIdBagBinder. bindStarToManySecondPass(Map persistentClasses, org.hibernate.annotations.common.reflection.XClass collType, Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, boolean unique, TableBinder associationTableBinder, NotFoundAction notFoundAction, MetadataBuildingContext buildingContext)SecondPassCollectionBinder. getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassListBinder. getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)SecondPassMapBinder. getSecondPass(Ejb3JoinColumn[] fkJoinColumns, Ejb3JoinColumn[] keyColumns, Ejb3JoinColumn[] inverseColumns, Ejb3Column[] elementColumns, Ejb3Column[] mapKeyColumns, Ejb3JoinColumn[] mapKeyManyToManyColumns, boolean isEmbedded, org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass collType, NotFoundAction notFoundAction, boolean unique, TableBinder assocTableBinder, MetadataBuildingContext buildingContext)voidCollectionBinder. setNotFoundAction(NotFoundAction notFoundAction) -
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.type
Methods in org.hibernate.type that return NotFoundAction Modifier and Type Method Description abstract NotFoundActionEntityType. getNotFoundAction()NotFoundActionManyToOneType. getNotFoundAction()NotFoundActionOneToOneType. getNotFoundAction()Methods in org.hibernate.type with parameters of type NotFoundAction Modifier and Type Method Description EntityTypeTypeFactory. manyToOne(String persistentClass, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.EntityTypeTypeFactory. manyToOne(String persistentClass, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.EntityTypeTypeFactory. manyToOne(String persistentClass, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)Deprecated.Constructors in org.hibernate.type with parameters of type NotFoundAction Constructor Description ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, boolean referenceToPrimaryKey, String uniqueKeyPropertyName, String propertyName, boolean lazy, boolean unwrapProxy, NotFoundAction notFoundAction, boolean isLogicalOneToOne)ManyToOneType(TypeFactory.TypeScope scope, String referencedEntityName, String uniqueKeyPropertyName, boolean lazy, boolean unwrapProxy, boolean isEmbeddedInXML, NotFoundAction notFoundAction, boolean isLogicalOneToOne)
-