Class JaxbCollectionIdImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionIdImpl
- All Implemented Interfaces:
Serializable
See `@org.hibernate.annotations.CollectionId`
See `@org.hibernate.annotations.CollectionIdType`
See `@org.hibernate.annotations.CollectionIdJavaType`
See `@org.hibernate.annotations.CollectionIdJdbcType`
See `@org.hibernate.annotations.CollectionIdJdbcTypeCode`
Java class for collection-id complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="collection-id">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.hibernate.org/xsd/orm/mapping}column" minOccurs="0"/>
<element name="generator" type="{http://www.hibernate.org/xsd/orm/mapping}generated-value"/>
<group ref="{http://www.hibernate.org/xsd/orm/mapping}basic-type-group"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JaxbColumnImpl
protected JaxbGeneratedValueImpl
protected String
protected String
protected Integer
protected String
Name from org.hibernate.type.SqlTypesprotected String
See @org.hibernate.annotations.Target Generally only useful for dynamic-models - specifies the attribute's Java typeprotected JaxbUserTypeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the column property.Gets the value of the generator property.Name from org.hibernate.type.SqlTypesSee @org.hibernate.annotations.Target Generally only useful for dynamic-models - specifies the attribute's Java typegetType()
Gets the value of the type property.void
setColumn
(JaxbColumnImpl value) Sets the value of the column property.void
Sets the value of the generator property.void
setJavaType
(String value) Sets the value of the javaType property.void
setJdbcType
(String value) Sets the value of the jdbcType property.void
setJdbcTypeCode
(Integer value) Sets the value of the jdbcTypeCode property.void
setJdbcTypeName
(String value) Sets the value of the jdbcTypeName property.void
Sets the value of the target property.void
setType
(JaxbUserTypeImpl value) Sets the value of the type property.
-
Field Details
-
column
-
generator
-
type
-
target
See @org.hibernate.annotations.Target Generally only useful for dynamic-models - specifies the attribute's Java type -
javaType
-
jdbcType
-
jdbcTypeCode
-
jdbcTypeName
Name from org.hibernate.type.SqlTypes
-
-
Constructor Details
-
JaxbCollectionIdImpl
public JaxbCollectionIdImpl()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
JaxbColumnImpl
-
setColumn
Sets the value of the column property.- Parameters:
value
- allowed object isJaxbColumnImpl
-
getGenerator
Gets the value of the generator property.- Returns:
- possible object is
JaxbGeneratedValueImpl
-
setGenerator
Sets the value of the generator property.- Parameters:
value
- allowed object isJaxbGeneratedValueImpl
-
getType
Gets the value of the type property.- Returns:
- possible object is
JaxbUserTypeImpl
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isJaxbUserTypeImpl
-
getTarget
See @org.hibernate.annotations.Target Generally only useful for dynamic-models - specifies the attribute's Java type- Returns:
- possible object is
String
-
setTarget
Sets the value of the target property.- Parameters:
value
- allowed object isString
- See Also:
-
getJavaType
- Returns:
- possible object is
String
-
setJavaType
Sets the value of the javaType property.- Parameters:
value
- allowed object isString
- See Also:
-
getJdbcType
- Returns:
- possible object is
String
-
setJdbcType
Sets the value of the jdbcType property.- Parameters:
value
- allowed object isString
- See Also:
-
getJdbcTypeCode
- Returns:
- possible object is
Integer
-
setJdbcTypeCode
Sets the value of the jdbcTypeCode property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getJdbcTypeName
Name from org.hibernate.type.SqlTypes- Returns:
- possible object is
String
-
setJdbcTypeName
Sets the value of the jdbcTypeName property.- Parameters:
value
- allowed object isString
- See Also:
-