类的使用
org.hibernate.engine.jdbc.Size
-
使用Size的程序包 程序包 说明 org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype Interfaces for user-defined custom types. -
-
org.hibernate.engine.jdbc中Size的使用
返回Size的org.hibernate.engine.jdbc中的方法 修饰符和类型 方法 说明 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)参数类型为Size的org.hibernate.engine.jdbc中的方法 修饰符和类型 方法 说明 voidSize. initialize(Size size) -
org.hibernate.persister.entity中Size的使用
返回Size的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 Size[]DiscriminatorType. defaultSizes(Mapping mapping)Size[]DiscriminatorType. dictatedSizes(Mapping mapping) -
org.hibernate.type中Size的使用
声明为Size的org.hibernate.type中的字段 修饰符和类型 字段 说明 protected static SizeAbstractType. LEGACY_DEFAULT_SIZEprotected static SizeAbstractType. LEGACY_DICTATED_SIZE返回Size的org.hibernate.type中的方法 修饰符和类型 方法 说明 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() -
org.hibernate.usertype中Size的使用
返回Size的org.hibernate.usertype中的方法 修饰符和类型 方法 说明 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.
-