类 JaxbHbmToolingHintContainer
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- 所有已实现的接口:
Serializable,ToolingHintContainer
- 直接已知子类:
JaxbHbmAnyAssociationType,JaxbHbmArrayType,JaxbHbmBagCollectionType,JaxbHbmBaseVersionAttributeType,JaxbHbmBasicAttributeType,JaxbHbmCollectionIdType,JaxbHbmCompositeAttributeType,JaxbHbmCompositeCollectionElementType,JaxbHbmCompositeIdType,JaxbHbmCompositeKeyBasicAttributeType,JaxbHbmCompositeKeyManyToOneType,JaxbHbmEntityBaseDefinition,JaxbHbmHibernateMapping,JaxbHbmListType,JaxbHbmManyToManyCollectionElementType,JaxbHbmManyToOneType,JaxbHbmMapType,JaxbHbmOneToOneType,JaxbHbmSetType,JaxbHbmSimpleIdType,PluralAttributeInfoIdBagAdapter,PluralAttributeInfoPrimitiveArrayAdapter
public abstract class JaxbHbmToolingHintContainer extends Object implements Serializable, ToolingHintContainer
Describes an XSD base type for any complex type that can contain "tooling hints".Java class for ToolingHintContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToolingHintContainer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="meta" type="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintType" maxOccurs="unbounded" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected List<JaxbHbmToolingHintType>toolingHints
-
构造器概要
构造器 构造器 说明 JaxbHbmToolingHintContainer()
-
-
-
字段详细资料
-
toolingHints
protected List<JaxbHbmToolingHintType> toolingHints
-
-
方法详细资料
-
getToolingHints
public List<JaxbHbmToolingHintType> getToolingHints()
Gets the value of the toolingHints property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the toolingHints property.For example, to add a new item, do as follows:
getToolingHints().add(newItem);Objects of the following type(s) are allowed in the list
JaxbHbmToolingHintType- 指定者:
getToolingHints在接口中ToolingHintContainer
-
-