Uses of Class
org.eclipse.persistence.history.HistoryPolicy
Package
Description
-
Uses of HistoryPolicy in org.eclipse.persistence.descriptors
Modifier and TypeMethodDescriptionClassDescriptor.getHistoryPolicy()
PUBLIC: Return this descriptor's HistoryPolicy.Modifier and TypeMethodDescriptionvoid
ClassDescriptor.setHistoryPolicy
(HistoryPolicy policy) PUBLIC: Set the HistoryPolicy for this descriptor. -
Uses of HistoryPolicy in org.eclipse.persistence.mappings
Modifier and TypeFieldDescriptionprotected HistoryPolicy
DirectCollectionMapping.historyPolicy
protected HistoryPolicy
ManyToManyMapping.historyPolicy
Modifier and TypeMethodDescriptionDirectCollectionMapping.getHistoryPolicy()
PUBLIC: Allow history support on the reference table.ManyToManyMapping.getHistoryPolicy()
PUBLIC: Allows history tracking on the m-m join table.Modifier and TypeMethodDescriptionvoid
DirectCollectionMapping.setHistoryPolicy
(HistoryPolicy policy) PUBLIC: Support history on the reference table.void
ManyToManyMapping.setHistoryPolicy
(HistoryPolicy policy) PUBLIC: Enable history tracking on the m-m join table. -
Uses of HistoryPolicy in org.eclipse.persistence.sessions.factories
Modifier and TypeMethodDescriptionprotected void
ProjectClassGenerator.addHistoryPolicyLines
(NonreflectiveMethodDefinition method, HistoryPolicy policy, String policyName)