Uses of Interface
org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
-
Packages that use PersistentPropertiesSource Package Description org.hibernate.envers.configuration.internal.metadata.reader -
-
Uses of PersistentPropertiesSource in org.hibernate.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return PersistentPropertiesSource Modifier and Type Method Description static PersistentPropertiesSource
PersistentPropertiesSource. forClass(PersistentClass persistentClass, org.hibernate.annotations.common.reflection.XClass clazz)
Get a persistent properties source for a persistent class.static PersistentPropertiesSource
PersistentPropertiesSource. forComponent(EnversMetadataBuildingContext context, Component component)
static PersistentPropertiesSource
PersistentPropertiesSource. forComponent(EnversMetadataBuildingContext context, Component component, boolean dynamic)
Get a persistent properties source for a component that needs its class resolved.static PersistentPropertiesSource
PersistentPropertiesSource. forComponent(Component component, org.hibernate.annotations.common.reflection.XClass clazz, boolean dynamic)
Get a persistent properties source for a component with its class already resolved.
-