public interface Sized
Modifier and Type | Method and Description |
---|---|
Size[] |
defaultSizes()
Defines the column sizes to use according to this type if the user did not explicitly say (and if no
dictatedSizes() were given). |
Size[] |
dictatedSizes()
Return the column sizes dictated by this type.
|
Size[] dictatedSizes()
char
/Character
would
have a dictated length limit of 1; for a string-based UUID
would have a size limit of 36; etc.Type.dictatedSizes(org.hibernate.engine.spi.Mapping)
Size[] defaultSizes()
dictatedSizes()
were given).Type.defaultSizes(org.hibernate.engine.spi.Mapping)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.