Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
-
Packages that use JaxbSynchronizedTable Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbSynchronizedTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSynchronizedTable Modifier and Type Field Description protected List<JaxbSynchronizedTable>
JaxbNamedNativeQuery. synchronizations
protected List<JaxbSynchronizedTable>
JaxbEntity. synchronize
Methods in org.hibernate.boot.jaxb.mapping that return JaxbSynchronizedTable Modifier and Type Method Description JaxbSynchronizedTable
ObjectFactory. createJaxbSynchronizedTable()
Create an instance ofJaxbSynchronizedTable
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbSynchronizedTable Modifier and Type Method Description List<JaxbSynchronizedTable>
JaxbNamedNativeQuery. getSynchronizations()
Gets the value of the synchronizations property.List<JaxbSynchronizedTable>
JaxbEntity. getSynchronize()
Gets the value of the synchronize property.
-