Class PersistentAttributeFilter
- java.lang.Object
-
- org.hibernate.cfg.annotations.reflection.PersistentAttributeFilter
-
- All Implemented Interfaces:
org.hibernate.annotations.common.reflection.Filter
public class PersistentAttributeFilter extends java.lang.Object implements org.hibernate.annotations.common.reflection.Filter
-
-
Field Summary
Fields Modifier and Type Field Description static PersistentAttributeFilter
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description PersistentAttributeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
returnStatic()
boolean
returnTransient()
-
-
-
Field Detail
-
INSTANCE
public static final PersistentAttributeFilter INSTANCE
Singleton access
-
-