Uses of Class
org.hibernate.cfg.annotations.Nullability

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(java.lang.String anyMetaDefName, Ejb3JoinColumn[] columns, javax.persistence.Column metaColumn, PropertyData inferredData, boolean cascadeOnDelete, Nullability nullability, PropertyHolder propertyHolder, EntityBinder entityBinder, boolean optional, Mappings mappings)
           
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(javax.persistence.Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, java.util.Map<java.lang.String,Join> secondaryTables, Mappings mappings)
           
static Ejb3Column[] Ejb3Column.buildColumnFromAnnotation(javax.persistence.Column[] anns, Formula formulaAnn, Nullability nullability, PropertyHolder propertyHolder, PropertyData inferredData, java.lang.String suffixForDefaultColumnName, java.util.Map<java.lang.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(java.lang.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.
 



Copyright © 2011. All Rights Reserved.