Open enis opened 14 years ago
We can rename DataStoreFactory to Gora and use this class as the public facing Facade for third parties.
The following will make more sense : Properties properties = Gora.properties;
Gora.craeteDataStore( HBaseStore.class, .... )
+1 that would be nicer indeed
We can rename DataStoreFactory to Gora and use this class as the public facing Facade for third parties.
The following will make more sense : Properties properties = Gora.properties;