Class PiisConsentEntity
- java.lang.Object
-
- de.adorsys.psd2.consent.domain.InstanceDependableEntity
-
- de.adorsys.psd2.consent.domain.piis.PiisConsentEntity
-
@Deprecated(since="5.11", forRemoval=true) @Entity(name="piis_consent") public class PiisConsentEntity extends InstanceDependableEntity
Deprecated, for removal: This API element is subject to removal in a future version.since 5.11, useConsentEntityfor new consents instead
-
-
Constructor Summary
Constructors Constructor Description PiisConsentEntity()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpiisConsentPostLoad()Deprecated, for removal: This API element is subject to removal in a future version.voidpiisConsentPrePersist()Deprecated, for removal: This API element is subject to removal in a future version.voidpiisConsentPreUpdate()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
piisConsentPostLoad
public void piisConsentPostLoad()
Deprecated, for removal: This API element is subject to removal in a future version.
-
piisConsentPreUpdate
public void piisConsentPreUpdate()
Deprecated, for removal: This API element is subject to removal in a future version.
-
piisConsentPrePersist
public void piisConsentPrePersist()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-