Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
-
Packages that use JaxbHbmSynchronizeType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmSynchronizeType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmSynchronizeType Modifier and Type Field Description protected List<JaxbHbmSynchronizeType>
JaxbHbmArrayType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmBagCollectionType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmDiscriminatorSubclassEntityType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmIdBagCollectionType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmJoinedSubclassEntityType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmListType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmMapType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmPrimitiveArrayType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmRootEntityType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmSetType. synchronize
protected List<JaxbHbmSynchronizeType>
JaxbHbmUnionSubclassEntityType. synchronize
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmSynchronizeType Modifier and Type Method Description JaxbHbmSynchronizeType
ObjectFactory. createJaxbHbmSynchronizeType()
Create an instance ofJaxbHbmSynchronizeType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmSynchronizeType Modifier and Type Method Description JAXBElement<JaxbHbmSynchronizeType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType value)
List<JaxbHbmSynchronizeType>
EntityInfo. getSynchronize()
List<JaxbHbmSynchronizeType>
JaxbHbmArrayType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmBagCollectionType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmDiscriminatorSubclassEntityType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmIdBagCollectionType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmJoinedSubclassEntityType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmListType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmMapType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmPrimitiveArrayType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmRootEntityType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmSetType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
JaxbHbmUnionSubclassEntityType. getSynchronize()
Gets the value of the synchronize property.List<JaxbHbmSynchronizeType>
PluralAttributeInfo. getSynchronize()
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmSynchronizeType Modifier and Type Method Description JAXBElement<JaxbHbmSynchronizeType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeSynchronize(JaxbHbmSynchronizeType value)
-