Package | Description |
---|---|
org.hibernate.boot.jaxb.mapping.spi |
Modifier and Type | Field and Description |
---|---|
protected JaxbConvert |
JaxbBasic.convert |
Modifier and Type | Field and Description |
---|---|
protected List<JaxbConvert> |
JaxbEntity.convert |
protected List<JaxbConvert> |
JaxbElementCollection.convert |
protected List<JaxbConvert> |
JaxbEmbedded.convert |
protected List<JaxbConvert> |
JaxbElementCollection.mapKeyConvert |
protected List<JaxbConvert> |
JaxbManyToMany.mapKeyConvert |
protected List<JaxbConvert> |
JaxbOneToMany.mapKeyConvert |
Modifier and Type | Method and Description |
---|---|
JaxbConvert |
ObjectFactory.createJaxbConvert()
Create an instance of
JaxbConvert |
JaxbConvert |
JaxbBasic.getConvert()
Gets the value of the convert property.
|
Modifier and Type | Method and Description |
---|---|
List<JaxbConvert> |
JaxbEntity.getConvert()
Gets the value of the convert property.
|
List<JaxbConvert> |
JaxbElementCollection.getConvert()
Gets the value of the convert property.
|
List<JaxbConvert> |
JaxbEmbedded.getConvert()
Gets the value of the convert property.
|
List<JaxbConvert> |
CollectionAttribute.getMapKeyConvert() |
List<JaxbConvert> |
JaxbElementCollection.getMapKeyConvert()
Gets the value of the mapKeyConvert property.
|
List<JaxbConvert> |
JaxbManyToMany.getMapKeyConvert()
Gets the value of the mapKeyConvert property.
|
List<JaxbConvert> |
JaxbOneToMany.getMapKeyConvert()
Gets the value of the mapKeyConvert property.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbBasic.setConvert(JaxbConvert value)
Sets the value of the convert property.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.