public class Hibernate5ProcessorMethods extends Object implements ProcessorMethods
| Constructor and Description |
|---|
Hibernate5ProcessorMethods(ApplicationRecoveryPodHibernate5DAO dao,
ParsedArguments parsedArguments,
Properties hibernateProps,
org.hibernate.boot.Metadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
create() |
List<String> |
delete() |
List<String> |
drop() |
List<String> |
insert() |
List<String> |
selectApplication() |
List<String> |
selectRecovery() |
public Hibernate5ProcessorMethods(ApplicationRecoveryPodHibernate5DAO dao, ParsedArguments parsedArguments, Properties hibernateProps, org.hibernate.boot.Metadata metadata)
public List<String> create()
create in interface ProcessorMethodspublic List<String> drop()
drop in interface ProcessorMethodspublic List<String> insert()
insert in interface ProcessorMethodspublic List<String> delete()
delete in interface ProcessorMethodspublic List<String> selectApplication()
selectApplication in interface ProcessorMethodspublic List<String> selectRecovery()
selectRecovery in interface ProcessorMethodsCopyright © 2019. All rights reserved.