All Tags »
Java 5 »
Enum (RSS)
Sorry, but there are no more tags available to filter with.
-
this is my solution...
import java.lang.reflect.Field;import java.util.List;import br.com.entrepostosilk.Empresa;import br.com.entrepostosilk.db4objects.Db4oUtil;import com.db4o.query.Predicate;public class CorretorBanco { public static void main(String[] args) { CorretorBanco ...
-
Hello,
I'm trying to retrieve a previously stored list of Java enums from my database, but I find the name to be null.The enums are stored in a list which is a fields of another object - the entire structure looks roughly like:
public class container{ private final InnerContainer inner;}
public class ...