JavaScript is disabled on your browser.
- Summary:
- Field |
- Required |
- Optional
javax.persistence
Annotation Type PostLoad
-
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PostLoad
Specifies a callback method for the corresponding
lifecycle event. This annotation may be applied to methods
of an entity class, a mapped superclass, or a callback
listener class.
- Since:
- Java Persistence 1.0
- Summary:
- Field |
- Required |
- Optional
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.