org.testinfected.hamcrest.jpa
Class PersistentFieldPredicate

java.lang.Object
  extended by org.testinfected.hamcrest.jpa.PersistentFieldPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Field>

public class PersistentFieldPredicate
extends Object
implements com.google.common.base.Predicate<Field>


Constructor Summary
PersistentFieldPredicate()
           
 
Method Summary
 boolean apply(Field input)
           
static Field[] persistentFieldsOf(Object entity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

PersistentFieldPredicate

public PersistentFieldPredicate()
Method Detail

apply

public boolean apply(Field input)
Specified by:
apply in interface com.google.common.base.Predicate<Field>

persistentFieldsOf

public static Field[] persistentFieldsOf(Object entity)


Copyright © 2015. All Rights Reserved.