I am using db4o as DBMS and I have a question:
Is there any way to specify that I do not want to store a field from the model class in the database?
Something similar to @Transient annotation when working with relational databases?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just use the Java built in transient marker:
Or is there a special reason why you cannot use it?