Skip to content

Instantly share code, notes, and snippets.

@samplenull
Created February 13, 2014 12:33
Show Gist options
  • Select an option

  • Save samplenull/8974313 to your computer and use it in GitHub Desktop.

Select an option

Save samplenull/8974313 to your computer and use it in GitHub Desktop.
regex for doctrine annotations in intelij IDEA
todo:
Search: @(Annotation|AnsiQuoteStrategy|AssociationOverride|AssociationOverrides|AttributeOverride|AttributeOverrides|ChangeTrackingPolicy|ClassMetadata|ClassMetadataFactory|ClassMetadataInfo|Column|ColumnResult|CustomIdGenerator|DefaultEntityListenerResolver|DefaultNamingStrategy|DefaultQuoteStrategy|DiscriminatorColumn|DiscriminatorMap|ElementCollection|Entity|EntityListenerResolver|EntityListeners|EntityResult|FieldResult|GeneratedValue|HasLifecycleCallbacks|Id|Index|InheritanceType|JoinColumn|JoinColumns|JoinTable|ManyToMany|ManyToOne|MappedSuperclass|MappingException|NamedNativeQueries|NamedNativeQuery|NamedQueries|NamedQuery|NamingStrategy|OneToMany|OneToOne|OrderBy|PostLoad|PostPersist|PostRemove|PostUpdate|PreFlush|PrePersist|PreRemove|PreUpdate|QuoteStrategy|SequenceGenerator|SqlResultSetMapping|SqlResultSetMappings|Table|UnderscoreNamingStrategy|UniqueConstraint|Version)
Replace: @ORM\\\\\$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment