3536373839404142
} public PersistentImpl _getPersistentImpl() { if ( _persistentImpl==null) _persistentImpl=new PersistentImpl(); return _persistentImpl; }
4748495051525354
/* (non-Javadoc) * @see com.antlersoft.odb.Persistent#_getPersistentImpl() */ public PersistentImpl _getPersistentImpl() { if ( _persistentImpl==null) _persistentImpl=new PersistentImpl(); return _persistentImpl; }
120121122123124125126127
/* (non-Javadoc) * @see com.antlersoft.odb.Persistent#_getPersistentImpl() */ public synchronized PersistentImpl _getPersistentImpl() { if ( _persistentImpl==null) _persistentImpl=new PersistentImpl(); return _persistentImpl; }
127128129130131132133134
2627282930313233
3132333435363738