Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
Packages that use JaxbSynchronizedTable
-
Uses of JaxbSynchronizedTable in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSynchronizedTableModifier and TypeFieldDescriptionprotected List<JaxbSynchronizedTable>JaxbNamedNativeQuery.synchronizationsprotected List<JaxbSynchronizedTable>JaxbEntity.synchronizeMethods in org.hibernate.boot.jaxb.mapping that return JaxbSynchronizedTableModifier and TypeMethodDescriptionObjectFactory.createJaxbSynchronizedTable()Create an instance ofJaxbSynchronizedTableMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbSynchronizedTableModifier and TypeMethodDescriptionJaxbNamedNativeQuery.getSynchronizations()Gets the value of the synchronizations property.JaxbEntity.getSynchronize()Gets the value of the synchronize property.