net.sf.blunder.util.persistence.translator
Class HibernateToBinary

java.lang.Object
  extended by net.sf.blunder.util.persistence.translator.HibernateToBinary
All Implemented Interfaces:
ITranslator

public class HibernateToBinary
extends Object
implements ITranslator

Blunder translator utility. This class can make transformations from Hibernate data base to Binary data file.

Author:
Ambrosi Lucas

Constructor Summary
HibernateToBinary()
           
 
Method Summary
static void main(String[] args)
           
 void translate()
          Translate from a persistent service to another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateToBinary

public HibernateToBinary()
Method Detail

translate

public void translate()
Description copied from interface: ITranslator
Translate from a persistent service to another.

Specified by:
translate in interface ITranslator

main

public static void main(String[] args)


Copyright © 2009 Blunder. All Rights Reserved.