Uses of Class
org.hibernate.engine.jdbc.Size
-
Packages that use Size Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.loader.entity org.hibernate.persister.entity org.hibernate.type org.hibernate.usertype -
-
Uses of Size in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc that return Size Modifier and Type Method Description static SizeSize. length(long length)static SizeSize. length(long length, Size.LobMultiplier lobMultiplier)static SizeSize. precision(int precision)static SizeSize. precision(int precision, int scale)Methods in org.hibernate.engine.jdbc with parameters of type Size Modifier and Type Method Description voidSize. initialize(Size size) -
Uses of Size in org.hibernate.loader.entity
Methods in org.hibernate.loader.entity that return Size Modifier and Type Method Description Size[]NaturalIdType. defaultSizes(Mapping mapping)Size[]NaturalIdType. dictatedSizes(Mapping mapping) -
Uses of Size in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return Size Modifier and Type Method Description 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 Modifier and Type Field Description protected static SizeAbstractType. LEGACY_DEFAULT_SIZEprotected static SizeAbstractType. LEGACY_DICTATED_SIZEMethods in org.hibernate.type that return Size Modifier and Type Method Description Size[]AbstractStandardBasicType. defaultSizes(Mapping mapping)Size[]AnyType. defaultSizes(Mapping mapping)Size[]CollectionType. defaultSizes(Mapping mapping)Size[]ComponentType. defaultSizes(Mapping mapping)Size[]CompositeCustomType. defaultSizes(Mapping mapping)Size[]CustomType. defaultSizes(Mapping mapping)Size[]ManyToOneType. defaultSizes(Mapping mapping)Size[]MetaType. defaultSizes(Mapping mapping)Size[]OneToOneType. defaultSizes(Mapping mapping)Size[]SpecialOneToOneType. defaultSizes(Mapping mapping)Size[]Type. defaultSizes(Mapping mapping)Defines the column sizes to use according to this type if the user did not explicitly say (and if noType.dictatedSizes(org.hibernate.engine.spi.Mapping)were given).Size[]AbstractStandardBasicType. dictatedSizes(Mapping mapping)Size[]AnyType. dictatedSizes(Mapping mapping)Size[]CollectionType. dictatedSizes(Mapping mapping)Size[]ComponentType. dictatedSizes(Mapping mapping)Size[]CompositeCustomType. dictatedSizes(Mapping mapping)Size[]CustomType. dictatedSizes(Mapping mapping)Size[]ManyToOneType. dictatedSizes(Mapping mapping)Size[]MetaType. dictatedSizes(Mapping mapping)Size[]OneToOneType. dictatedSizes(Mapping mapping)Size[]SpecialOneToOneType. dictatedSizes(Mapping mapping)Size[]Type. dictatedSizes(Mapping mapping)Return the column sizes dictated by this type.protected static SizeAbstractStandardBasicType. getDefaultSize()protected SizeAbstractStandardBasicType. getDictatedSize() -
Uses of Size in org.hibernate.usertype
Methods in org.hibernate.usertype that return Size Modifier and Type Method Description Size[]Sized. defaultSizes()Defines the column sizes to use according to this type if the user did not explicitly say (and if noSized.dictatedSizes()were given).Size[]Sized. dictatedSizes()Return the column sizes dictated by this type.
-