| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Size | |
|---|---|
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. | 
| org.hibernate.metamodel.relational.state | |
| org.hibernate.metamodel.source.annotations.attribute | |
| org.hibernate.metamodel.source.binder | |
| org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. | 
| org.hibernate.type | A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. | 
| org.hibernate.usertype | Interfaces for user-defined custom types. | 
| Uses of Size in org.hibernate.metamodel.relational | 
|---|
| Methods in org.hibernate.metamodel.relational that return Size | |
|---|---|
|  Size | Column.getSize() | 
| static Size | Size.length(long length) | 
| static Size | Size.length(long length,
       Size.LobMultiplier lobMultiplier) | 
| static Size | Size.precision(int precision) | 
| static Size | Size.precision(int precision,
          int scale) | 
| Methods in org.hibernate.metamodel.relational with parameters of type Size | |
|---|---|
|  void | Size.initialize(Size size) | 
|  void | Column.setSize(Size size) | 
| Uses of Size in org.hibernate.metamodel.relational.state | 
|---|
| Methods in org.hibernate.metamodel.relational.state that return Size | |
|---|---|
|  Size | ColumnRelationalState.getSize() | 
| Uses of Size in org.hibernate.metamodel.source.annotations.attribute | 
|---|
| Methods in org.hibernate.metamodel.source.annotations.attribute that return Size | |
|---|---|
|  Size | ColumnValuesSourceImpl.getSize() | 
| Uses of Size in org.hibernate.metamodel.source.binder | 
|---|
| Methods in org.hibernate.metamodel.source.binder that return Size | |
|---|---|
|  Size | ColumnSource.getSize()Obtain the specified column size. | 
| Uses of Size in org.hibernate.persister.entity | 
|---|
| Methods in org.hibernate.persister.entity that return Size | |
|---|---|
|  Size[] | DiscriminatorType.defaultSizes(Mapping mapping) | 
|  Size[] | DiscriminatorType.dictatedSizes(Mapping mapping) | 
| Uses of Size in org.hibernate.type | 
|---|
| Fields in org.hibernate.type declared as Size | |
|---|---|
| protected static Size | AbstractType.LEGACY_DEFAULT_SIZE | 
| protected static Size | AbstractType.LEGACY_DICTATED_SIZE | 
| Methods in org.hibernate.type that return Size | |
|---|---|
|  Size | NullableType.defaultSize()Deprecated. A convenience form of NullableType.defaultSizes(org.hibernate.engine.spi.Mapping), returning just a single size since we are explicitly dealing with
 single column mappings here. | 
|  Size[] | ManyToOneType.defaultSizes(Mapping mapping) | 
|  Size[] | OneToOneType.defaultSizes(Mapping mapping) | 
|  Size[] | CompositeCustomType.defaultSizes(Mapping mapping) | 
|  Size[] | MetaType.defaultSizes(Mapping mapping) | 
|  Size[] | AnyType.defaultSizes(Mapping mapping) | 
|  Size[] | AbstractLobType.defaultSizes(Mapping mapping)Deprecated. | 
|  Size[] | Type.defaultSizes(Mapping mapping)Defines the column sizes to use according to this type if the user did not explicitly say (and if no Type.dictatedSizes(org.hibernate.engine.spi.Mapping)were given). | 
|  Size[] | CollectionType.defaultSizes(Mapping mapping) | 
|  Size[] | CustomType.defaultSizes(Mapping mapping) | 
|  Size[] | ComponentType.defaultSizes(Mapping mapping) | 
|  Size[] | AbstractStandardBasicType.defaultSizes(Mapping mapping) | 
|  Size[] | SpecialOneToOneType.defaultSizes(Mapping mapping) | 
|  Size[] | NullableType.defaultSizes(Mapping mapping)Deprecated. | 
|  Size | NullableType.dictatedSize()Deprecated. A convenience form of NullableType.dictatedSizes(org.hibernate.engine.spi.Mapping), returning just a single size since we are explicitly dealing with
 single column mappings here. | 
|  Size[] | ManyToOneType.dictatedSizes(Mapping mapping) | 
|  Size[] | OneToOneType.dictatedSizes(Mapping mapping) | 
|  Size[] | CompositeCustomType.dictatedSizes(Mapping mapping) | 
|  Size[] | MetaType.dictatedSizes(Mapping mapping) | 
|  Size[] | AnyType.dictatedSizes(Mapping mapping) | 
|  Size[] | AbstractLobType.dictatedSizes(Mapping mapping)Deprecated. | 
|  Size[] | Type.dictatedSizes(Mapping mapping)Return the column sizes dictated by this type. | 
|  Size[] | CollectionType.dictatedSizes(Mapping mapping) | 
|  Size[] | CustomType.dictatedSizes(Mapping mapping) | 
|  Size[] | ComponentType.dictatedSizes(Mapping mapping) | 
|  Size[] | AbstractStandardBasicType.dictatedSizes(Mapping mapping) | 
|  Size[] | SpecialOneToOneType.dictatedSizes(Mapping mapping) | 
|  Size[] | NullableType.dictatedSizes(Mapping mapping)Deprecated. | 
| protected static Size | AbstractStandardBasicType.getDefaultSize() | 
| protected  Size | AbstractStandardBasicType.getDictatedSize() | 
| Uses of Size in org.hibernate.usertype | 
|---|
| Methods in org.hibernate.usertype that return Size | |
|---|---|
|  Size[] | Sized.defaultSizes()Defines the column sizes to use according to this type if the user did not explicitly say (and if no Sized.dictatedSizes()were given). | 
|  Size[] | Sized.dictatedSizes()Return the column sizes dictated by this type. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||