db4o Developer Community

db4o open source object database, native to Java and .NET
Welcome to db4o Developer Community Sign in | Join
in Search
More Search Options

Browse by Tags

All Tags » Java 5 » Enum   (RSS)
Sorry, but there are no more tags available to filter with.
  • [Solved] Re: [Db4o 5.5 Java] Enum "name" is null.

    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 ...
    Posted to db4o User Forum (Forum) by douglascrp on September 4, 2008
  • [Db4o 5.5 Java] Enum "name" is null.

    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 ...
    Posted to db4o User Forum (Forum) by Ursulus on February 17, 2007