| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Nullability | |
|---|---|
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. | 
| org.hibernate.cfg.annotations | |
| Uses of Nullability in org.hibernate.cfg | 
|---|
| Methods in org.hibernate.cfg with parameters of type Nullability | |
|---|---|
| static Any | BinderHelper.buildAnyValue(String anyMetaDefName,
              Ejb3JoinColumn[] columns,
              Column metaColumn,
              PropertyData inferredData,
              boolean cascadeOnDelete,
              Nullability nullability,
              PropertyHolder propertyHolder,
              EntityBinder entityBinder,
              boolean optional,
              Mappings mappings) | 
| static Ejb3Column[] | Ejb3Column.buildColumnFromAnnotation(Column[] anns,
                          Formula formulaAnn,
                          Nullability nullability,
                          PropertyHolder propertyHolder,
                          PropertyData inferredData,
                          Map<String,Join> secondaryTables,
                          Mappings mappings) | 
| static Ejb3Column[] | Ejb3Column.buildColumnFromAnnotation(Column[] anns,
                          Formula formulaAnn,
                          Nullability nullability,
                          PropertyHolder propertyHolder,
                          PropertyData inferredData,
                          String suffixForDefaultColumnName,
                          Map<String,Join> secondaryTables,
                          Mappings mappings) | 
| Uses of Nullability in org.hibernate.cfg.annotations | 
|---|
| Methods in org.hibernate.cfg.annotations that return Nullability | |
|---|---|
| static Nullability | Nullability.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Nullability[] | Nullability.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||