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.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 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.engine.jdbc with parameters of type Size Modifier and Type Method Description void
Size. initialize(Size size)
-
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 Size
AbstractType. LEGACY_DEFAULT_SIZE
protected static Size
AbstractType. LEGACY_DICTATED_SIZE
Methods 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 Size
AbstractStandardBasicType. getDefaultSize()
protected Size
AbstractStandardBasicType. 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.
-