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. synchronizationsprotected List<JaxbSynchronizedTable>JaxbEntity. synchronizeMethods in org.hibernate.boot.jaxb.mapping that return JaxbSynchronizedTable Modifier and Type Method Description JaxbSynchronizedTableObjectFactory. createJaxbSynchronizedTable()Create an instance ofJaxbSynchronizedTableMethods 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.
-