Uses of Class
org.hibernate.engine.jdbc.Size.LobMultiplier
-
Packages that use Size.LobMultiplier Package Description org.hibernate.engine.jdbc Support for various aspects of JDBC interaction -
-
Uses of Size.LobMultiplier in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc that return Size.LobMultiplier Modifier and Type Method Description Size.LobMultiplierSize. getLobMultiplier()static Size.LobMultiplierSize.LobMultiplier. valueOf(String name)Returns the enum constant of this type with the specified name.static Size.LobMultiplier[]Size.LobMultiplier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.engine.jdbc with parameters of type Size.LobMultiplier Modifier and Type Method Description static SizeSize. length(long length, Size.LobMultiplier lobMultiplier)SizeSize. setLobMultiplier(Size.LobMultiplier lobMultiplier)Constructors in org.hibernate.engine.jdbc with parameters of type Size.LobMultiplier Constructor Description Size(Integer precision, Integer scale, Integer length, Size.LobMultiplier lobMultiplier)Size(Integer precision, Integer scale, Long length, Size.LobMultiplier lobMultiplier)Complete constructor.
-