|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Sized
Extends dictated/default column size declarations from Type to the UserType
hierarchy as well via an optional interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||